#B70BAB

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

Shades of Deep Magenta #B70BAB

Tints of Deep Magenta #B70BAB

Color information

#B70BAB (or 0xB70BAB) is unknown color: approx Deep Magenta. HEX triplet: B7, 0B and AB. RGB value is (183,11,171). Sum of RGB (Red+Green+Blue) = 183+11+171=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B70BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70BAB is #48F454. Grayscale: #505050. Windows color (decimal): -4781141 or 11209655. OLE color: 11209655.

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

Color convert

RGB18311171-
CMYK00.940.070.28
HSL304.19º88.66%38.04%-
HSV(B)304.19º93.99%71.76%-
XYZ2713.2539.66-
YUV80.67178.98200.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 11 (4.69% from 255) = 3.01%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=50.14%
G=3.01%
B=46.85%

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
Decimal1831117100.940.070.28304.1988.6638.04
HexB7BAB05E71C1305926
Octal26713253013673446013146
Binary1011011110111010101101011110111111001001100001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70BAB; }

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

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

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

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

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

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

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

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