#B702A9

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

Shades of Deep Magenta #B702A9

Tints of Deep Magenta #B702A9

Color information

#B702A9 (or 0xB702A9) is unknown color: approx Deep Magenta. HEX triplet: B7, 02 and A9. RGB value is (183,2,169). Sum of RGB (Red+Green+Blue) = 183+2+169=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B702A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B702A9 is #48FD56. Grayscale: #4A4A4A. Windows color (decimal): -4783447 or 11076279. OLE color: 11076279.

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

Color convert

RGB1832169-
CMYK00.990.080.28
HSL304.64º97.84%36.27%-
HSV(B)304.64º98.91%71.76%-
XYZ26.7112.9838.63-
YUV75.16180.97204.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.69%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 169 (66.41% from 255) = 47.74%
R=51.69%
G=0.56%
B=47.74%

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
Decimal183216900.990.080.28304.6497.8436.27
HexB72A906381C1316224
Octal26722510143103446114244
Binary101101111010101001011000111000111001001100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B702A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B702A9; }

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

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

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

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

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

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

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

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