#B904B6

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

Shades of Deep Magenta #B904B6

Tints of Deep Magenta #B904B6

Color information

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

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

Color convert

RGB1854182-
CMYK00.980.020.27
HSL300.99º95.77%37.06%-
HSV(B)300.99º97.84%72.55%-
XYZ28.4913.7845.41-
YUV78.41186.47204.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185418200.980.020.27300.9995.7737.06
HexB94B606221B12d6025
Octal2714266014223345514045
Binary10111001100101101100110001010110111001011011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B904B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B904B6; }

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

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

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

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

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

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

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

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