#BC56E6

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

Shades of Medium Orchid #BC56E6

Tints of Medium Orchid #BC56E6

Color information

#BC56E6 (or 0xBC56E6) is unknown color: approx Medium Orchid. HEX triplet: BC, 56 and E6. RGB value is (188,86,230). Sum of RGB (Red+Green+Blue) = 188+86+230=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC56E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56E6 is #43A919. Grayscale: #848484. Windows color (decimal): -4434202 or 15095484. OLE color: 15095484.

HSL color Cylindrical-coordinate representation of color #BC56E6: hue angle of 282.5º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC56E6 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18886230-
CMYK0.180.6300.10
HSL282.5º74.23%61.96%-
HSV(B)282.5º62.61%90.2%-
XYZ38.3523.0677.29-
YUV132.91182.79167.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 86 (33.98% from 255) = 17.06%
BLUE value IS 230 (90.23% from 255) = 45.63%
R=37.30%
G=17.06%
B=45.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal188862300.180.6300.10282.574.2361.96
HexBC56E6123F0A11a4a3e
Octal274126346227701243211276
Binary1011110010101101110011010010111111010101000110101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC56E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC56E6; }

 p { color: rgb(188,86,230); }

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

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

 a { background-color: rgb(188,86,230); }

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

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

 span { border-color: rgb(188,86,230); }

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