#B419AC

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

Shades of Deep Magenta #B419AC

Tints of Deep Magenta #B419AC

Color information

#B419AC (or 0xB419AC) is unknown color: approx Deep Magenta. HEX triplet: B4, 19 and AC. RGB value is (180,25,172). Sum of RGB (Red+Green+Blue) = 180+25+172=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B419AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B419AC is #4BE653. Grayscale: #575757. Windows color (decimal): -4974164 or 11278772. OLE color: 11278772.

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

Color convert

RGB18025172-
CMYK00.860.040.29
HSL303.1º75.61%40.2%-
HSV(B)303.1º86.11%70.59%-
XYZ26.6213.3840.21-
YUV88.1175.35193.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 25 (10.16% from 255) = 6.63%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=47.75%
G=6.63%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802517200.860.040.29303.175.6140.2
HexB419AC05641D12f4c28
Octal26431254012643545711450
Binary10110100110011010110001010110100111011001011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419AC; }

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

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

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

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

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

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

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

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