#B412AC

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

Shades of Deep Magenta #B412AC

Tints of Deep Magenta #B412AC

Color information

#B412AC (or 0xB412AC) is unknown color: approx Deep Magenta. HEX triplet: B4, 12 and AC. RGB value is (180,18,172). Sum of RGB (Red+Green+Blue) = 180+18+172=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B412AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B412AC is #4BED53. Grayscale: #535353. Windows color (decimal): -4975956 or 11276980. OLE color: 11276980.

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

Color convert

RGB18018172-
CMYK00.90.040.29
HSL302.96º81.82%38.82%-
HSV(B)302.96º90%70.59%-
XYZ26.4913.1140.17-
YUV83.99177.67196.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 18 (7.42% from 255) = 4.86%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=48.65%
G=4.86%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801817200.90.040.29302.9681.8238.82
HexB412AC05A41D12f5227
Octal26422254013243545712247
Binary10110100100101010110001011010100111011001011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B412AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B412AC; }

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

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

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

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

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

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

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

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