#B302A9

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

Shades of Deep Magenta #B302A9

Tints of Deep Magenta #B302A9

Color information

#B302A9 (or 0xB302A9) is unknown color: approx Deep Magenta. HEX triplet: B3, 02 and A9. RGB value is (179,2,169). Sum of RGB (Red+Green+Blue) = 179+2+169=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B302A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302A9 is #4CFD56. Grayscale: #494949. Windows color (decimal): -5045591 or 11076275. OLE color: 11076275.

HSL color Cylindrical-coordinate representation of color #B302A9: hue angle of 303.39º degrees, saturation: 0.98, 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 #B302A9 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB1792169-
CMYK00.990.060.30
HSL303.39º97.79%35.49%-
HSV(B)303.39º98.88%70.2%-
XYZ25.7712.4938.59-
YUV73.96181.64202.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.14%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 169 (66.41% from 255) = 48.29%
R=51.14%
G=0.57%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179216900.990.060.30303.3997.7935.49
HexB32A906361E12f6223
Octal2632251014363645714243
Binary10110011101010100101100011110111101001011111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B302A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B302A9; }

 p { color: rgb(179,2,169); }

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

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

 a { background-color: rgb(179,2,169); }

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

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

 span { border-color: rgb(179,2,169); }

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