#B412B6

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

Shades of Deep Magenta #B412B6

Tints of Deep Magenta #B412B6

Color information

#B412B6 (or 0xB412B6) is unknown color: approx Deep Magenta. HEX triplet: B4, 12 and B6. RGB value is (180,18,182). Sum of RGB (Red+Green+Blue) = 180+18+182=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #B412B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412B6 is #4BED49. Grayscale: #545454. Windows color (decimal): -4975946 or 11932340. OLE color: 11932340.

HSL color Cylindrical-coordinate representation of color #B412B6: hue angle of 299.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B412B6 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18018182-
CMYK0.010.9000.29
HSL299.27º82%39.22%-
HSV(B)299.27º90.11%71.37%-
XYZ27.4813.5145.42-
YUV85.13182.67195.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 182 (71.48% from 255) = 47.89%
R=47.37%
G=4.74%
B=47.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180181820.010.9000.29299.278239.22
HexB412B615A01D12b5227
Octal26422266113203545312247
Binary101101001001010110110110110100111011001010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B412B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B412B6; }

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

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

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

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

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

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

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

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