#B419B4

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

Shades of Deep Magenta #B419B4

Tints of Deep Magenta #B419B4

Color information

#B419B4 (or 0xB419B4) is unknown color: approx Deep Magenta. HEX triplet: B4, 19 and B4. RGB value is (180,25,180). Sum of RGB (Red+Green+Blue) = 180+25+180=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B419B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B419B4 is #4BE64B. Grayscale: #585858. Windows color (decimal): -4974156 or 11803060. OLE color: 11803060.

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

Color convert

RGB18025180-
CMYK00.8600.29
HSL300º75.61%40.2%-
HSV(B)300º86.11%70.59%-
XYZ27.4113.6944.38-
YUV89.02179.35192.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 25 (10.16% from 255) = 6.49%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=46.75%
G=6.49%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802518000.8600.2930075.6140.2
HexB419B405601D12c4c28
Octal26431264012603545411450
Binary101101001100110110100010101100111011001011001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B419B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B419B4; }

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

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

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

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

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

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

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

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