#B70BAA

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

Shades of Deep Magenta #B70BAA

Tints of Deep Magenta #B70BAA

Color information

#B70BAA (or 0xB70BAA) is unknown color: approx Deep Magenta. HEX triplet: B7, 0B and AA. RGB value is (183,11,170). Sum of RGB (Red+Green+Blue) = 183+11+170=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B70BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70BAA is #48F455. Grayscale: #505050. Windows color (decimal): -4781142 or 11144119. OLE color: 11144119.

HSL color Cylindrical-coordinate representation of color #B70BAA: hue angle of 304.53º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70BAA is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18311170-
CMYK00.940.070.28
HSL304.53º88.66%38.04%-
HSV(B)304.53º93.99%71.76%-
XYZ26.913.2139.16-
YUV80.55178.48201.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.27%
GREEN value IS 11 (4.69% from 255) = 3.02%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=50.27%
G=3.02%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831117000.940.070.28304.5388.6638.04
HexB7BAA05E71C1315926
Octal26713252013673446113146
Binary1011011110111010101001011110111111001001100011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70BAA; }

 p { color: rgb(183,11,170); }

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

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

 a { background-color: rgb(183,11,170); }

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

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

 span { border-color: rgb(183,11,170); }

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