#bf6bd2

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

Shades of Medium Orchid #BF6BD2

Tints of Medium Orchid #BF6BD2

Color information

#BF6BD2 (or 0xBF6BD2) is unknown color: approx Medium Orchid. HEX triplet: BF, 6B and D2. RGB value is (191,107,210). Sum of RGB (Red+Green+Blue) = 191+107+210=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF6BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BD2 is #40942D. Grayscale: #8F8F8F. Windows color (decimal): -4232238 or 13790143. OLE color: 13790143.

HSL color Cylindrical-coordinate representation of color #BF6BD2: hue angle of 288.93º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6BD2 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191107210-
CMYK0.090.4900.18
HSL288.93º53.37%62.16%-
HSV(B)288.93º49.05%82.35%-
XYZ38.3826.2464.02-
YUV143.86165.33161.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 210 (82.42% from 255) = 41.34%
R=37.60%
G=21.06%
B=41.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911072100.090.4900.18288.9353.3762.16
HexBF6BD2931012121353e
Octal27715332211610224416576
Binary101111111101011110100101001110001010010100100001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6bd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6bd2; }

 p { color: rgb(191,107,210); }

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

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

 a { background-color: rgb(191,107,210); }

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

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

 span { border-color: rgb(191,107,210); }

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