#B412A9

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

Shades of Deep Magenta #B412A9

Tints of Deep Magenta #B412A9

Color information

#B412A9 (or 0xB412A9) is unknown color: approx Deep Magenta. HEX triplet: B4, 12 and A9. RGB value is (180,18,169). Sum of RGB (Red+Green+Blue) = 180+18+169=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B412A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B412A9 is #4BED56. Grayscale: #535353. Windows color (decimal): -4975959 or 11080372. OLE color: 11080372.

HSL color Cylindrical-coordinate representation of color #B412A9: hue angle of 304.07º 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 #B412A9 is Cyan = 0, Magento = 0.9, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18018169-
CMYK00.90.060.29
HSL304.07º81.82%38.82%-
HSV(B)304.07º90%70.59%-
XYZ26.21338.66-
YUV83.65176.17196.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 18 (7.42% from 255) = 4.90%
BLUE value IS 169 (66.41% from 255) = 46.05%
R=49.05%
G=4.90%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801816900.90.060.29304.0781.8238.82
HexB412A905A61D1305227
Octal26422251013263546012247
Binary10110100100101010100101011010110111011001100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B412A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B412A9; }

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

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

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

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

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

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

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

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