#B419C9

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

Shades of Deep Magenta #B419C9

Tints of Deep Magenta #B419C9

Color information

#B419C9 (or 0xB419C9) is unknown color: approx Deep Magenta. HEX triplet: B4, 19 and C9. RGB value is (180,25,201). Sum of RGB (Red+Green+Blue) = 180+25+201=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #B419C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B419C9 is #4BE636. Grayscale: #5A5A5A. Windows color (decimal): -4974135 or 13179316. OLE color: 13179316.

HSL color Cylindrical-coordinate representation of color #B419C9: hue angle of 292.84º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B419C9 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18025201-
CMYK0.100.8800.21
HSL292.84º77.88%44.31%-
HSV(B)292.84º87.56%78.82%-
XYZ29.7114.6256.51-
YUV91.41189.85191.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 25 (10.16% from 255) = 6.16%
BLUE value IS 201 (78.91% from 255) = 49.51%
R=44.33%
G=6.16%
B=49.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180252010.100.8800.21292.8477.8844.31
HexB419C9A580151254e2c
Octal264313111213002544511654
Binary101101001100111001001101010110000101011001001011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419C9; }

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

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

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

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

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

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

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

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