#bf3bd3

Color #BF3BD3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BF3BD3

Tints of Medium Orchid #BF3BD3

Color information

#BF3BD3 (or 0xBF3BD3) is unknown color: approx Medium Orchid. HEX triplet: BF, 3B and D3. RGB value is (191,59,211). Sum of RGB (Red+Green+Blue) = 191+59+211=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF3BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BD3 is #40C42C. Grayscale: #737373. Windows color (decimal): -4244525 or 13843391. OLE color: 13843391.

HSL color Cylindrical-coordinate representation of color #BF3BD3: hue angle of 292.11º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3BD3 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19159211-
CMYK0.090.7200.17
HSL292.11º63.33%52.94%-
HSV(B)292.11º72.04%82.75%-
XYZ34.8118.9163.44-
YUV115.8181.73181.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 59 (23.44% from 255) = 12.80%
BLUE value IS 211 (82.81% from 255) = 45.77%
R=41.43%
G=12.80%
B=45.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191592110.090.7200.17292.1163.3352.94
HexBF3BD39480111243f35
Octal27773323111100214447765
Binary101111111110111101001110011001000010001100100100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf3bd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf3bd3; }

 p { color: rgb(191,59,211); }

 H1.HeaderClassName
 {
   color: #bf3bd3;
 }
 .AnyTagClassName
 {
   color: #bf3bd3;
 }
</style>
background-color css

<style>
 a { background-color: #bf3bd3; }

 a { background-color: rgb(191,59,211); }

 div.DivClassName
 {
   background-color: #bf3bd3;
 }
 .BgClassName
 {
   background-color: #bf3bd3;
 }
</style>
border-color css

<style>
 span { border-color: #bf3bd3; }

 span { border-color: rgb(191,59,211); }

 td.TdClassName
 {
   border-color: #bf3bd3;
 }
 .TagClassName
 {
   border-color: #bf3bd3;
 }
</style>