#BD11D4

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

Shades of Deep Magenta #BD11D4

Tints of Deep Magenta #BD11D4

Color information

#BD11D4 (or 0xBD11D4) is unknown color: approx Deep Magenta. HEX triplet: BD, 11 and D4. RGB value is (189,17,212). Sum of RGB (Red+Green+Blue) = 189+17+212=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD11D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD11D4 is #42EE2B. Grayscale: #5A5A5A. Windows color (decimal): -4386348 or 13898173. OLE color: 13898173.

HSL color Cylindrical-coordinate representation of color #BD11D4: hue angle of 292.92º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD11D4 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18917212-
CMYK0.110.9200.17
HSL292.92º85.15%44.9%-
HSV(B)292.92º91.98%83.14%-
XYZ33.0715.9763.63-
YUV90.66196.48198.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 17 (7.03% from 255) = 4.07%
BLUE value IS 212 (83.20% from 255) = 50.72%
R=45.22%
G=4.07%
B=50.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189172120.110.9200.17292.9285.1544.9
HexBD11D4B5C011125552d
Octal275213241313402144512555
Binary101111011000111010100101110111000100011001001011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD11D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD11D4; }

 p { color: rgb(189,17,212); }

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

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

 a { background-color: rgb(189,17,212); }

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

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

 span { border-color: rgb(189,17,212); }

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