#B504B9

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

Shades of Deep Magenta #B504B9

Tints of Deep Magenta #B504B9

Color information

#B504B9 (or 0xB504B9) is unknown color: approx Deep Magenta. HEX triplet: B5, 04 and B9. RGB value is (181,4,185). Sum of RGB (Red+Green+Blue) = 181+4+185=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #B504B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504B9 is #4AFB46. Grayscale: #4D4D4D. Windows color (decimal): -4913991 or 12125365. OLE color: 12125365.

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

Color convert

RGB1814185-
CMYK0.020.9800.27
HSL298.67º95.77%37.06%-
HSV(B)298.67º97.84%72.55%-
XYZ27.8613.4147.02-
YUV77.56188.64201.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 185 (72.66% from 255) = 50%
R=48.92%
G=1.08%
B=50%

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
Decimal18141850.020.9800.27298.6795.7737.06
HexB54B926201B12b6025
Octal2654271214203345314045
Binary10110101100101110011011000100110111001010111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B504B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B504B9; }

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

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

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

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

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

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

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

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