#BC6DCB

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

Shades of Medium Orchid #BC6DCB

Tints of Medium Orchid #BC6DCB

Color information

#BC6DCB (or 0xBC6DCB) is unknown color: approx Medium Orchid. HEX triplet: BC, 6D and CB. RGB value is (188,109,203). Sum of RGB (Red+Green+Blue) = 188+109+203=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DCB is #439234. Grayscale: #8F8F8F. Windows color (decimal): -4428341 or 13331900. OLE color: 13331900.

HSL color Cylindrical-coordinate representation of color #BC6DCB: hue angle of 290.43º 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 #BC6DCB is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188109203-
CMYK0.070.4600.20
HSL290.43º47.47%61.18%-
HSV(B)290.43º46.31%79.61%-
XYZ36.9925.9459.56-
YUV143.34161.67159.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 109 (42.97% from 255) = 21.8%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=37.6%
G=21.8%
B=40.6%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881092030.070.4600.20290.4347.4761.18
HexBC6DCB72E0141222f3d
Octal2741553137560244425775
Binary10111100110110111001011111101110010100100100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6DCB; }

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

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

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

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

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

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

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

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