#BD09D8

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

Shades of Deep Magenta #BD09D8

Tints of Deep Magenta #BD09D8

Color information

#BD09D8 (or 0xBD09D8) is unknown color: approx Deep Magenta. HEX triplet: BD, 09 and D8. RGB value is (189,9,216). Sum of RGB (Red+Green+Blue) = 189+9+216=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD09D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD09D8 is #42F627. Grayscale: #555555. Windows color (decimal): -4388392 or 14158269. OLE color: 14158269.

HSL color Cylindrical-coordinate representation of color #BD09D8: hue angle of 292.17º 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 #BD09D8 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1899216-
CMYK0.120.9600.15
HSL292.17º92%44.12%-
HSV(B)292.17º95.83%84.71%-
XYZ33.4815.9766.28-
YUV86.42201.13201.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 9 (3.91% from 255) = 2.17%
BLUE value IS 216 (84.77% from 255) = 52.17%
R=45.65%
G=2.17%
B=52.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18992160.120.9600.15292.179244.12
HexBD9D8C600F1245c2c
Octal275113301414001744413454
Binary1011110110011101100011001100000011111001001001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD09D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD09D8; }

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

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

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

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

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

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

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

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