#BC36EF

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

Shades of Medium Orchid #BC36EF

Tints of Medium Orchid #BC36EF

Color information

#BC36EF (or 0xBC36EF) is unknown color: approx Medium Orchid. HEX triplet: BC, 36 and EF. RGB value is (188,54,239). Sum of RGB (Red+Green+Blue) = 188+54+239=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36EF is #43C910. Grayscale: #727272. Windows color (decimal): -4442385 or 15677116. OLE color: 15677116.

HSL color Cylindrical-coordinate representation of color #BC36EF: hue angle of 283.46º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC36EF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18854239-
CMYK0.210.7700.06
HSL283.46º85.25%57.45%-
HSV(B)283.46º77.41%93.73%-
XYZ37.6419.5683.45-
YUV115.16197.89179.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 54 (21.48% from 255) = 11.23%
BLUE value IS 239 (93.75% from 255) = 49.69%
R=39.09%
G=11.23%
B=49.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188542390.210.7700.06283.4685.2557.45
HexBC36EF154D0611b5539
Octal27466357251150643312571
Binary101111001101101110111110101100110101101000110111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC36EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC36EF; }

 p { color: rgb(188,54,239); }

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

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

 a { background-color: rgb(188,54,239); }

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

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

 span { border-color: rgb(188,54,239); }

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