#BD12B6

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

Shades of Deep Magenta #BD12B6

Tints of Deep Magenta #BD12B6

Color information

#BD12B6 (or 0xBD12B6) is unknown color: approx Deep Magenta. HEX triplet: BD, 12 and B6. RGB value is (189,18,182). Sum of RGB (Red+Green+Blue) = 189+18+182=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD12B6 is #42ED49. Grayscale: #575757. Windows color (decimal): -4386122 or 11932349. OLE color: 11932349.

HSL color Cylindrical-coordinate representation of color #BD12B6: hue angle of 302.46º 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 #BD12B6 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18918182-
CMYK00.900.040.26
HSL302.46º82.61%40.59%-
HSV(B)302.46º90.48%74.12%-
XYZ29.6514.6345.52-
YUV87.82181.15200.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 18 (7.42% from 255) = 4.63%
BLUE value IS 182 (71.48% from 255) = 46.79%
R=48.59%
G=4.63%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891818200.900.040.26302.4682.6140.59
HexBD12B605A41A12e5329
Octal27522266013243245612351
Binary10111101100101011011001011010100110101001011101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD12B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD12B6; }

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

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

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

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

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

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

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

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