Html Css Color HEX #B117AC Deep Magenta

📋 copy color: '#B117AC'

red 177 ◦ green 23 ◦ blue 172

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

Shades of Deep Magenta #B117AC

Tints of Deep Magenta #B117AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 47.58%
G = 6.18%
B = 46.24%

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

#B117AC (or 0xB117AC) is known color: Deep Magenta. HEX triplet: B1, 17 and AC. RGB value is (177,23,172). Sum of RGB (Red+Green+Blue) = 177+23+172=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B117AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B117AC is #4EE853. Grayscale: #555555. Windows color (decimal): -5171284 or 11278257. OLE color: 11278257.

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

Color convert

RGB 177 23 172 -
CMYK 0 0.87 0.03 0.31
HSL 301.95º 0.77% 0.39% -
HSV(B) 301.95º 0.87% 0.69% -
XYZ 25.88 12.94 40.16 -
YUV 86.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 177 23 172 0 0.87 0.03 0.31 301.95 0.77 0.39
Hex B1 17 AC 0 57 3 1F 12E 4D 27
Octal 261 27 254 0 127 3 37 456 115 47
Binary 10110001 10111 10101100 0 1010111 11 11111 100101110 1001101 100111

Color Harmonies of #B117AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B117AC

Black with #B117AC

Text Example


Text Example

White with #B117AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B117AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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