#B419C7

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

Shades of Deep Magenta #B419C7

Tints of Deep Magenta #B419C7

Color information

#B419C7 (or 0xB419C7) is unknown color: approx Deep Magenta. HEX triplet: B4, 19 and C7. RGB value is (180,25,199). Sum of RGB (Red+Green+Blue) = 180+25+199=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: blue. Hex color #B419C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B419C7 is #4BE638. Grayscale: #5A5A5A. Windows color (decimal): -4974137 or 13048244. OLE color: 13048244.

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

Color convert

RGB18025199-
CMYK0.100.8700.22
HSL293.45º77.68%43.92%-
HSV(B)293.45º87.44%78.04%-
XYZ29.4814.5255.28-
YUV91.18188.85191.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 25 (10.16% from 255) = 6.19%
BLUE value IS 199 (78.12% from 255) = 49.26%
R=44.55%
G=6.19%
B=49.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180251990.100.8700.22293.4577.6843.92
HexB419C7A570161254e2c
Octal264313071212702644511654
Binary101101001100111000111101010101110101101001001011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419C7; }

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

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

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

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

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

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

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

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