#B301A4

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

Shades of Deep Magenta #B301A4

Tints of Deep Magenta #B301A4

Color information

#B301A4 (or 0xB301A4) is unknown color: approx Deep Magenta. HEX triplet: B3, 01 and A4. RGB value is (179,1,164). Sum of RGB (Red+Green+Blue) = 179+1+164=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B301A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B301A4 is #4CFE5B. Grayscale: #484848. Windows color (decimal): -5045852 or 10748339. OLE color: 10748339.

HSL color Cylindrical-coordinate representation of color #B301A4: hue angle of 305.06º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B301A4 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB1791164-
CMYK00.990.080.30
HSL305.06º98.89%35.29%-
HSV(B)305.06º99.44%70.2%-
XYZ25.312.2936.16-
YUV72.8179.47203.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=52.03%
G=0.29%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179116400.990.080.30305.0698.8935.29
HexB31A406381E1316323
Octal26312440143103646114343
Binary10110011110100100011000111000111101001100011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B301A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B301A4; }

 p { color: rgb(179,1,164); }

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

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

 a { background-color: rgb(179,1,164); }

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

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

 span { border-color: rgb(179,1,164); }

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