#B70AB2

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

Shades of Deep Magenta #B70AB2

Tints of Deep Magenta #B70AB2

Color information

#B70AB2 (or 0xB70AB2) is unknown color: approx Deep Magenta. HEX triplet: B7, 0A and B2. RGB value is (183,10,178). Sum of RGB (Red+Green+Blue) = 183+10+178=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B70AB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70AB2 is #48F54D. Grayscale: #505050. Windows color (decimal): -4781390 or 11668151. OLE color: 11668151.

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

Color convert

RGB18310178-
CMYK00.950.030.28
HSL301.73º89.64%37.84%-
HSV(B)301.73º94.54%71.76%-
XYZ27.6713.543.27-
YUV80.88182.81200.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 10 (4.30% from 255) = 2.70%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=49.33%
G=2.70%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831017800.950.030.28301.7389.6437.84
HexB7AB205F31C12e5a26
Octal26712262013733445613246
Binary101101111010101100100101111111111001001011101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70AB2; }

 p { color: rgb(183,10,178); }

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

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

 a { background-color: rgb(183,10,178); }

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

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

 span { border-color: rgb(183,10,178); }

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