#B502B7

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

Shades of Deep Magenta #B502B7

Tints of Deep Magenta #B502B7

Color information

#B502B7 (or 0xB502B7) is unknown color: approx Deep Magenta. HEX triplet: B5, 02 and B7. RGB value is (181,2,183). Sum of RGB (Red+Green+Blue) = 181+2+183=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #B502B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502B7 is #4AFD48. Grayscale: #4B4B4B. Windows color (decimal): -4914505 or 11993781. OLE color: 11993781.

HSL color Cylindrical-coordinate representation of color #B502B7: hue angle of 299.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502B7 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1812183-
CMYK0.010.9900.28
HSL299.34º97.84%36.27%-
HSV(B)299.34º98.91%71.76%-
XYZ27.6313.2945.91-
YUV76.16188.3202.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 183 (71.88% from 255) = 50%
R=49.45%
G=0.55%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18121830.010.9900.28299.3497.8436.27
HexB52B716301C12b6224
Octal2652267114303445314244
Binary101101011010110111111000110111001001010111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B502B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B502B7; }

 p { color: rgb(181,2,183); }

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

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

 a { background-color: rgb(181,2,183); }

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

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

 span { border-color: rgb(181,2,183); }

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