#B117AD

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

Shades of Deep Magenta #B117AD

Tints of Deep Magenta #B117AD

Color information

#B117AD (or 0xB117AD) is unknown color: approx Deep Magenta. HEX triplet: B1, 17 and AD. RGB value is (177,23,173). Sum of RGB (Red+Green+Blue) = 177+23+173=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B117AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B117AD is #4EE852. Grayscale: #555555. Windows color (decimal): -5171283 or 11343793. OLE color: 11343793.

HSL color Cylindrical-coordinate representation of color #B117AD: hue angle of 301.56º 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 #B117AD is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17723173-
CMYK00.870.020.31
HSL301.56º77%39.22%-
HSV(B)301.56º87.01%69.41%-
XYZ25.9812.9840.67-
YUV86.15177.02192.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 23 (9.38% from 255) = 6.17%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=47.45%
G=6.17%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772317300.870.020.31301.567739.22
HexB117AD05721F12e4d27
Octal26127255012723745611547
Binary1011000110111101011010101011110111111001011101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B117AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B117AD; }

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

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

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

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

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

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

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

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