#B70BA8

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

Shades of Deep Magenta #B70BA8

Tints of Deep Magenta #B70BA8

Color information

#B70BA8 (or 0xB70BA8) is unknown color: approx Deep Magenta. HEX triplet: B7, 0B and A8. RGB value is (183,11,168). Sum of RGB (Red+Green+Blue) = 183+11+168=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B70BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70BA8 is #48F457. Grayscale: #4F4F4F. Windows color (decimal): -4781144 or 11013047. OLE color: 11013047.

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

Color convert

RGB18311168-
CMYK00.940.080.28
HSL305.23º88.66%38.04%-
HSV(B)305.23º93.99%71.76%-
XYZ26.7213.1338.17-
YUV80.33177.48201.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 11 (4.69% from 255) = 3.04%
BLUE value IS 168 (66.02% from 255) = 46.41%
R=50.55%
G=3.04%
B=46.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831116800.940.080.28305.2388.6638.04
HexB7BA805E81C1315926
Octal267132500136103446113146
Binary10110111101110101000010111101000111001001100011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70BA8; }

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

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

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

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

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

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

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

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