#B70FA9

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

Shades of Deep Magenta #B70FA9

Tints of Deep Magenta #B70FA9

Color information

#B70FA9 (or 0xB70FA9) is unknown color: approx Deep Magenta. HEX triplet: B7, 0F and A9. RGB value is (183,15,169). Sum of RGB (Red+Green+Blue) = 183+15+169=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B70FA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70FA9 is #48F056. Grayscale: #525252. Windows color (decimal): -4780119 or 11079607. OLE color: 11079607.

HSL color Cylindrical-coordinate representation of color #B70FA9: hue angle of 305º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70FA9 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18315169-
CMYK00.920.080.28
HSL305º84.85%38.82%-
HSV(B)305º91.8%71.76%-
XYZ26.8613.2738.68-
YUV82.79176.66199.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 15 (6.25% from 255) = 4.09%
BLUE value IS 169 (66.41% from 255) = 46.05%
R=49.86%
G=4.09%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831516900.920.080.2830584.8538.82
HexB7FA905C81C1315527
Octal267172510134103446112547
Binary10110111111110101001010111001000111001001100011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70FA9; }

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

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

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

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

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

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

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

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