#BF6DC9

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

Shades of Medium Orchid #BF6DC9

Tints of Medium Orchid #BF6DC9

Color information

#BF6DC9 (or 0xBF6DC9) is unknown color: approx Medium Orchid. HEX triplet: BF, 6D and C9. RGB value is (191,109,201). Sum of RGB (Red+Green+Blue) = 191+109+201=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DC9 is #409236. Grayscale: #8F8F8F. Windows color (decimal): -4231735 or 13200831. OLE color: 13200831.

HSL color Cylindrical-coordinate representation of color #BF6DC9: hue angle of 293.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6DC9 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191109201-
CMYK0.050.4600.21
HSL293.48º46%60.78%-
HSV(B)293.48º45.77%78.82%-
XYZ37.526.2358.35-
YUV144.01160.17161.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=38.12%
G=21.76%
B=40.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911092010.050.4600.21293.484660.78
HexBF6DC952E0151252e3d
Octal2771553115560254455675
Binary10111111110110111001001101101110010101100100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DC9; }

 p { color: rgb(191,109,201); }

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

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

 a { background-color: rgb(191,109,201); }

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

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

 span { border-color: rgb(191,109,201); }

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