#BC44CE

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

Shades of Medium Orchid #BC44CE

Tints of Medium Orchid #BC44CE

Color information

#BC44CE (or 0xBC44CE) is unknown color: approx Medium Orchid. HEX triplet: BC, 44 and CE. RGB value is (188,68,206). Sum of RGB (Red+Green+Blue) = 188+68+206=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC44CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44CE is #43BB31. Grayscale: #777777. Windows color (decimal): -4438834 or 13518012. OLE color: 13518012.

HSL color Cylindrical-coordinate representation of color #BC44CE: hue angle of 292.17º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC44CE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18868206-
CMYK0.090.6700.19
HSL292.17º58.47%53.73%-
HSV(B)292.17º66.99%80.78%-
XYZ33.9519.2860.33-
YUV119.61176.76176.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 68 (26.95% from 255) = 14.72%
BLUE value IS 206 (80.86% from 255) = 44.59%
R=40.69%
G=14.72%
B=44.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188682060.090.6700.19292.1758.4753.73
HexBC44CE9430131243a36
Octal274104316111030234447266
Binary1011110010001001100111010011000011010011100100100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC44CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC44CE; }

 p { color: rgb(188,68,206); }

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

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

 a { background-color: rgb(188,68,206); }

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

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

 span { border-color: rgb(188,68,206); }

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