#B304A6

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

Shades of Deep Magenta #B304A6

Tints of Deep Magenta #B304A6

Color information

#B304A6 (or 0xB304A6) is unknown color: approx Deep Magenta. HEX triplet: B3, 04 and A6. RGB value is (179,4,166). Sum of RGB (Red+Green+Blue) = 179+4+166=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B304A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B304A6 is #4CFB59. Grayscale: #4A4A4A. Windows color (decimal): -5045082 or 10880179. OLE color: 10880179.

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

Color convert

RGB1794166-
CMYK00.980.070.30
HSL304.46º95.63%35.88%-
HSV(B)304.46º97.77%70.2%-
XYZ25.5212.4237.13-
YUV74.79179.48202.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 4 (1.95% from 255) = 1.15%
BLUE value IS 166 (65.23% from 255) = 47.56%
R=51.29%
G=1.15%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179416600.980.070.30304.4695.6335.88
HexB34A606271E1306024
Octal2634246014273646014044
Binary101100111001010011001100010111111101001100001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B304A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B304A6; }

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

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

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

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

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

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

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

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