#B604B9

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

Shades of Deep Magenta #B604B9

Tints of Deep Magenta #B604B9

Color information

#B604B9 (or 0xB604B9) is unknown color: approx Deep Magenta. HEX triplet: B6, 04 and B9. RGB value is (182,4,185). Sum of RGB (Red+Green+Blue) = 182+4+185=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #B604B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B604B9 is #49FB46. Grayscale: #4D4D4D. Windows color (decimal): -4848455 or 12125366. OLE color: 12125366.

HSL color Cylindrical-coordinate representation of color #B604B9: hue angle of 299.01º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B604B9 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1824185-
CMYK0.020.9800.27
HSL299.01º95.77%37.06%-
HSV(B)299.01º97.84%72.55%-
XYZ28.0913.5347.03-
YUV77.86188.47202.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 185 (72.66% from 255) = 49.87%
R=49.06%
G=1.08%
B=49.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18241850.020.9800.27299.0195.7737.06
HexB64B926201B12b6025
Octal2664271214203345314045
Binary10110110100101110011011000100110111001010111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B604B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B604B9; }

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

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

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

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

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

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

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

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