#BC09D8

Color #BC09D8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BC09D8

Tints of Deep Magenta #BC09D8

Color information

#BC09D8 (or 0xBC09D8) is unknown color: approx Deep Magenta. HEX triplet: BC, 09 and D8. RGB value is (188,9,216). Sum of RGB (Red+Green+Blue) = 188+9+216=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC09D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09D8 is #43F627. Grayscale: #555555. Windows color (decimal): -4453928 or 14158268. OLE color: 14158268.

HSL color Cylindrical-coordinate representation of color #BC09D8: hue angle of 291.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09D8 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1889216-
CMYK0.130.9600.15
HSL291.88º92%44.12%-
HSV(B)291.88º95.83%84.71%-
XYZ33.2315.8466.27-
YUV86.12201.3200.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 9 (3.91% from 255) = 2.18%
BLUE value IS 216 (84.77% from 255) = 52.30%
R=45.52%
G=2.18%
B=52.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18892160.130.9600.15291.889244.12
HexBC9D8D600F1245c2c
Octal274113301514001744413454
Binary1011110010011101100011011100000011111001001001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC09D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC09D8; }

 p { color: rgb(188,9,216); }

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

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

 a { background-color: rgb(188,9,216); }

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

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

 span { border-color: rgb(188,9,216); }

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