#B117AA

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

Shades of Deep Magenta #B117AA

Tints of Deep Magenta #B117AA

Color information

#B117AA (or 0xB117AA) is unknown color: approx Deep Magenta. HEX triplet: B1, 17 and AA. RGB value is (177,23,170). Sum of RGB (Red+Green+Blue) = 177+23+170=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B117AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B117AA is #4EE855. Grayscale: #555555. Windows color (decimal): -5171286 or 11147185. OLE color: 11147185.

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

Color convert

RGB17723170-
CMYK00.870.040.31
HSL302.73º77%39.22%-
HSV(B)302.73º87.01%69.41%-
XYZ25.6912.8639.16-
YUV85.8175.52193.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 23 (9.38% from 255) = 6.22%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=47.84%
G=6.22%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772317000.870.040.31302.737739.22
HexB117AA05741F12f4d27
Octal26127252012743745711547
Binary10110001101111010101001010111100111111001011111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B117AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B117AA; }

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

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

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

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

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

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

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

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