Html Css Color HEX #B118AC Deep Magenta

📋 copy color: '#B118AC'

red 177 ◦ green 24 ◦ blue 172

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

Shades of Deep Magenta #B118AC

Tints of Deep Magenta #B118AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.43%

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

R = 47.45%
G = 6.43%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B118AC (or 0xB118AC) is known color: Deep Magenta. HEX triplet: B1, 18 and AC. RGB value is (177,24,172). Sum of RGB (Red+Green+Blue) = 177+24+172=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B118AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B118AC is #4EE753. Grayscale: #565656. Windows color (decimal): -5171028 or 11278513. OLE color: 11278513.

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

Color convert

RGB 177 24 172 -
CMYK 0 0.86 0.03 0.31
HSL 301.96º 0.76% 0.39% -
HSV(B) 301.96º 0.86% 0.69% -
XYZ 25.9 12.98 40.17 -
YUV 86.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 177 24 172 0 0.86 0.03 0.31 301.96 0.76 0.39
Hex B1 18 AC 0 56 3 1F 12E 4C 27
Octal 261 30 254 0 126 3 37 456 114 47
Binary 10110001 11000 10101100 0 1010110 11 11111 100101110 1001100 100111

Color Harmonies of #B118AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118AC

Black with #B118AC

Text Example


Text Example

White with #B118AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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