#B604A6

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

Shades of Deep Magenta #B604A6

Tints of Deep Magenta #B604A6

Color information

#B604A6 (or 0xB604A6) is unknown color: approx Deep Magenta. HEX triplet: B6, 04 and A6. RGB value is (182,4,166). Sum of RGB (Red+Green+Blue) = 182+4+166=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B604A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B604A6 is #49FB59. Grayscale: #4B4B4B. Windows color (decimal): -4848474 or 10880182. OLE color: 10880182.

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

Color convert

RGB1824166-
CMYK00.980.090.29
HSL305.39º95.7%36.47%-
HSV(B)305.39º97.8%71.37%-
XYZ26.2212.7937.16-
YUV75.69178.97203.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 166 (65.23% from 255) = 47.16%
R=51.70%
G=1.14%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182416600.980.090.29305.3995.736.47
HexB64A606291D1316024
Octal26642460142113546114044
Binary1011011010010100110011000101001111011001100011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B604A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B604A6; }

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

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

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

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

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

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

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

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