#B702A8

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

Shades of Deep Magenta #B702A8

Tints of Deep Magenta #B702A8

Color information

#B702A8 (or 0xB702A8) is unknown color: approx Deep Magenta. HEX triplet: B7, 02 and A8. RGB value is (183,2,168). Sum of RGB (Red+Green+Blue) = 183+2+168=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B702A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B702A8 is #48FD57. Grayscale: #4A4A4A. Windows color (decimal): -4783448 or 11010743. OLE color: 11010743.

HSL color Cylindrical-coordinate representation of color #B702A8: hue angle of 304.97º 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 #B702A8 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB1832168-
CMYK00.990.080.28
HSL304.97º97.84%36.27%-
HSV(B)304.97º98.91%71.76%-
XYZ26.6212.9438.14-
YUV75.04180.47205-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 168 (66.02% from 255) = 47.59%
R=51.84%
G=0.57%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183216800.990.080.28304.9797.8436.27
HexB72A806381C1316224
Octal26722500143103446114244
Binary101101111010101000011000111000111001001100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B702A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B702A8; }

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

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

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

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

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

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

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

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