#BC36DB

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

Shades of Medium Orchid #BC36DB

Tints of Medium Orchid #BC36DB

Color information

#BC36DB (or 0xBC36DB) is unknown color: approx Medium Orchid. HEX triplet: BC, 36 and DB. RGB value is (188,54,219). Sum of RGB (Red+Green+Blue) = 188+54+219=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36DB is #43C924. Grayscale: #707070. Windows color (decimal): -4442405 or 14366396. OLE color: 14366396.

HSL color Cylindrical-coordinate representation of color #BC36DB: hue angle of 288.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC36DB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18854219-
CMYK0.140.7500.14
HSL288.73º69.62%53.53%-
HSV(B)288.73º75.34%85.88%-
XYZ34.8418.4468.74-
YUV112.88187.89181.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 54 (21.48% from 255) = 11.71%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=40.78%
G=11.71%
B=47.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188542190.140.7500.14288.7369.6253.53
HexBC36DBE4B0E1214636
Octal274663331611301644110666
Binary101111001101101101101111101001011011101001000011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC36DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC36DB; }

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

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

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

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

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

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

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

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