#B419AB

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

Shades of Deep Magenta #B419AB

Tints of Deep Magenta #B419AB

Color information

#B419AB (or 0xB419AB) is unknown color: approx Deep Magenta. HEX triplet: B4, 19 and AB. RGB value is (180,25,171). Sum of RGB (Red+Green+Blue) = 180+25+171=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B419AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B419AB is #4BE654. Grayscale: #575757. Windows color (decimal): -4974165 or 11213236. OLE color: 11213236.

HSL color Cylindrical-coordinate representation of color #B419AB: hue angle of 303.48º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B419AB is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18025171-
CMYK00.860.050.29
HSL303.48º75.61%40.2%-
HSV(B)303.48º86.11%70.59%-
XYZ26.5213.3439.7-
YUV87.99174.85193.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 25 (10.16% from 255) = 6.65%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=47.87%
G=6.65%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802517100.860.050.29303.4875.6140.2
HexB419AB05651D12f4c28
Octal26431253012653545711450
Binary10110100110011010101101010110101111011001011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419AB; }

 p { color: rgb(180,25,171); }

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

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

 a { background-color: rgb(180,25,171); }

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

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

 span { border-color: rgb(180,25,171); }

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