#B419B0

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

Shades of Deep Magenta #B419B0

Tints of Deep Magenta #B419B0

Color information

#B419B0 (or 0xB419B0) is unknown color: approx Deep Magenta. HEX triplet: B4, 19 and B0. RGB value is (180,25,176). Sum of RGB (Red+Green+Blue) = 180+25+176=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B419B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B419B0 is #4BE64F. Grayscale: #585858. Windows color (decimal): -4974160 or 11540916. OLE color: 11540916.

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

Color convert

RGB18025176-
CMYK00.860.020.29
HSL301.55º75.61%40.2%-
HSV(B)301.55º86.11%70.59%-
XYZ27.0113.5342.26-
YUV88.56177.35193.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 25 (10.16% from 255) = 6.56%
BLUE value IS 176 (69.14% from 255) = 46.19%
R=47.24%
G=6.56%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802517600.860.020.29301.5575.6140.2
HexB419B005621D12e4c28
Octal26431260012623545611450
Binary1011010011001101100000101011010111011001011101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419B0; }

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

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

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

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

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

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

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

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