#BF6DCB

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

Shades of Medium Orchid #BF6DCB

Tints of Medium Orchid #BF6DCB

Color information

#BF6DCB (or 0xBF6DCB) is unknown color: approx Medium Orchid. HEX triplet: BF, 6D and CB. RGB value is (191,109,203). Sum of RGB (Red+Green+Blue) = 191+109+203=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DCB is #409234. Grayscale: #8F8F8F. Windows color (decimal): -4231733 or 13331903. OLE color: 13331903.

HSL color Cylindrical-coordinate representation of color #BF6DCB: hue angle of 292.34º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6DCB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191109203-
CMYK0.060.4600.20
HSL292.34º47.47%61.18%-
HSV(B)292.34º46.31%79.61%-
XYZ37.7326.3359.59-
YUV144.23161.17161.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=37.97%
G=21.67%
B=40.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911092030.060.4600.20292.3447.4761.18
HexBF6DCB62E0141242f3d
Octal2771553136560244445775
Binary10111111110110111001011110101110010100100100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DCB; }

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

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

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

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

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

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

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

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