Html Css Color HEX #B119AB Deep Magenta

📋 copy color: '#B119AB'

red 177 ◦ green 25 ◦ blue 171

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

Shades of Deep Magenta #B119AB

Tints of Deep Magenta #B119AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.7%

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

R = 47.45%
G = 6.7%
B = 45.84%

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

#B119AB (or 0xB119AB) is known color: Deep Magenta. HEX triplet: B1, 19 and AB. RGB value is (177,25,171). Sum of RGB (Red+Green+Blue) = 177+25+171=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B119AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B119AB is #4EE654. Grayscale: #565656. Windows color (decimal): -5170773 or 11213233. OLE color: 11213233.

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

Color convert

RGB 177 25 171 -
CMYK 0 0.86 0.03 0.31
HSL 302.37º 0.75% 0.4% -
HSV(B) 302.37º 0.86% 0.69% -
XYZ 25.83 12.98 39.67 -
YUV 87.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 177 25 171 0 0.86 0.03 0.31 302.37 0.75 0.4
Hex B1 19 AB 0 56 3 1F 12E 4B 28
Octal 261 31 253 0 126 3 37 456 113 50
Binary 10110001 11001 10101011 0 1010110 11 11111 100101110 1001011 101000

Color Harmonies of #B119AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119AB

Black with #B119AB

Text Example


Text Example

White with #B119AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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