Html Css Color HEX #B109AB Deep Magenta

📋 copy color: '#B109AB'

red 177 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #B109AB

Tints of Deep Magenta #B109AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.52%

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

R = 49.58%
G = 2.52%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B109AB (or 0xB109AB) is known color: Deep Magenta. HEX triplet: B1, 09 and AB. RGB value is (177,9,171). Sum of RGB (Red+Green+Blue) = 177+9+171=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B109AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B109AB is #4EF654. Grayscale: #4D4D4D. Windows color (decimal): -5174869 or 11209137. OLE color: 11209137.

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

Color convert

RGB 177 9 171 -
CMYK 0 0.95 0.03 0.31
HSL 302.14º 0.9% 0.36% -
HSV(B) 302.14º 0.95% 0.69% -
XYZ 25.58 12.48 39.59 -
YUV 77.7 180.66 198.83 -
System Red Green Blue C M Y K H S L
Decimal 177 9 171 0 0.95 0.03 0.31 302.14 0.9 0.36
Hex B1 9 AB 0 5F 3 1F 12E 5A 24
Octal 261 11 253 0 137 3 37 456 132 44
Binary 10110001 1001 10101011 0 1011111 11 11111 100101110 1011010 100100

Color Harmonies of #B109AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109AB

Black with #B109AB

Text Example


Text Example

White with #B109AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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