#BD12B8

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

Shades of Deep Magenta #BD12B8

Tints of Deep Magenta #BD12B8

Color information

#BD12B8 (or 0xBD12B8) is unknown color: approx Deep Magenta. HEX triplet: BD, 12 and B8. RGB value is (189,18,184). Sum of RGB (Red+Green+Blue) = 189+18+184=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12B8 is #42ED47. Grayscale: #575757. Windows color (decimal): -4386120 or 12063421. OLE color: 12063421.

HSL color Cylindrical-coordinate representation of color #BD12B8: hue angle of 301.75º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD12B8 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18918184-
CMYK00.900.030.26
HSL301.75º82.61%40.59%-
HSV(B)301.75º90.48%74.12%-
XYZ29.8514.7146.61-
YUV88.05182.15200-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 18 (7.42% from 255) = 4.60%
BLUE value IS 184 (72.27% from 255) = 47.06%
R=48.34%
G=4.60%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891818400.900.030.26301.7582.6140.59
HexBD12B805A31A12e5329
Octal27522270013233245612351
Binary1011110110010101110000101101011110101001011101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD12B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD12B8; }

 p { color: rgb(189,18,184); }

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

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

 a { background-color: rgb(189,18,184); }

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

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

 span { border-color: rgb(189,18,184); }

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