#B115AA

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

Shades of Deep Magenta #B115AA

Tints of Deep Magenta #B115AA

Color information

#B115AA (or 0xB115AA) is unknown color: approx Deep Magenta. HEX triplet: B1, 15 and AA. RGB value is (177,21,170). Sum of RGB (Red+Green+Blue) = 177+21+170=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B115AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B115AA is #4EEA55. Grayscale: #545454. Windows color (decimal): -5171798 or 11146673. OLE color: 11146673.

HSL color Cylindrical-coordinate representation of color #B115AA: hue angle of 302.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B115AA is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17721170-
CMYK00.880.040.31
HSL302.69º78.79%38.82%-
HSV(B)302.69º88.14%69.41%-
XYZ25.6612.7939.15-
YUV84.63176.18193.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 21 (8.59% from 255) = 5.71%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=48.10%
G=5.71%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772117000.880.040.31302.6978.7938.82
HexB115AA05841F12f4f27
Octal26125252013043745711747
Binary10110001101011010101001011000100111111001011111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B115AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B115AA; }

 p { color: rgb(177,21,170); }

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

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

 a { background-color: rgb(177,21,170); }

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

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

 span { border-color: rgb(177,21,170); }

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