#B304A9

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

Shades of Deep Magenta #B304A9

Tints of Deep Magenta #B304A9

Color information

#B304A9 (or 0xB304A9) is unknown color: approx Deep Magenta. HEX triplet: B3, 04 and A9. RGB value is (179,4,169). Sum of RGB (Red+Green+Blue) = 179+4+169=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B304A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B304A9 is #4CFB56. Grayscale: #4A4A4A. Windows color (decimal): -5045079 or 11076787. OLE color: 11076787.

HSL color Cylindrical-coordinate representation of color #B304A9: hue angle of 303.43º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B304A9 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB1794169-
CMYK00.980.060.30
HSL303.43º95.63%35.88%-
HSV(B)303.43º97.77%70.2%-
XYZ25.812.5438.6-
YUV75.14180.98202.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 169 (66.41% from 255) = 48.01%
R=50.85%
G=1.14%
B=48.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179416900.980.060.30303.4395.6335.88
HexB34A906261E12f6024
Octal2634251014263645714044
Binary101100111001010100101100010110111101001011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B304A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B304A9; }

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

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

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

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

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

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

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

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