Html Css Color HEX #B117AB Deep Magenta

📋 copy color: '#B117AB'

red 177 ◦ green 23 ◦ blue 171

#B117AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B117AB

Tints of Deep Magenta #B117AB

RGB

 RED value IS 177 (69.53% from 255) = 47.71%

 GREEN value IS 23 (9.38% from 255) = 6.2%

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 47.71%
G = 6.2%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B117AB (or 0xB117AB) is known color: Deep Magenta. HEX triplet: B1, 17 and AB. RGB value is (177,23,171). Sum of RGB (Red+Green+Blue) = 177+23+171=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B117AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B117AB is #4EE854. Grayscale: #555555. Windows color (decimal): -5171285 or 11212721. OLE color: 11212721.

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

Color convert

RGB 177 23 171 -
CMYK 0 0.87 0.03 0.31
HSL 302.34º 0.77% 0.39% -
HSV(B) 302.34º 0.87% 0.69% -
XYZ 25.79 12.9 39.66 -
YUV 85.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 177 23 171 0 0.87 0.03 0.31 302.34 0.77 0.39
Hex B1 17 AB 0 57 3 1F 12E 4D 27
Octal 261 27 253 0 127 3 37 456 115 47
Binary 10110001 10111 10101011 0 1010111 11 11111 100101110 1001101 100111

Color Harmonies of #B117AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117AB

Black with #B117AB

Text Example


Text Example

White with #B117AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117AB; }

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

 H1.HeaderClassName
 {
   color: #B117AB;
 }
 .AnyTagClassName
 {
   color: #B117AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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