#B711A9

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

Shades of Deep Magenta #B711A9

Tints of Deep Magenta #B711A9

Color information

#B711A9 (or 0xB711A9) is unknown color: approx Deep Magenta. HEX triplet: B7, 11 and A9. RGB value is (183,17,169). Sum of RGB (Red+Green+Blue) = 183+17+169=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B711A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B711A9 is #48EE56. Grayscale: #535353. Windows color (decimal): -4779607 or 11080119. OLE color: 11080119.

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

Color convert

RGB18317169-
CMYK00.910.080.28
HSL305.06º83%39.22%-
HSV(B)305.06º90.71%71.76%-
XYZ26.8913.3338.69-
YUV83.96176198.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 17 (7.03% from 255) = 4.61%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=49.59%
G=4.61%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831716900.910.080.28305.068339.22
HexB711A905B81C1315327
Octal267212510133103446112347
Binary101101111000110101001010110111000111001001100011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B711A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B711A9; }

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

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

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

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

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

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

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

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