Html Css Color HEX #B011AB Deep Magenta

📋 copy color: '#B011AB'

red 176 ◦ green 17 ◦ blue 171

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

Shades of Deep Magenta #B011AB

Tints of Deep Magenta #B011AB

RGB

 RED value IS 176 (69.14% from 255) = 48.35%

 GREEN value IS 17 (7.03% from 255) = 4.67%

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

R = 48.35%
G = 4.67%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B011AB (or 0xB011AB) is known color: Deep Magenta. HEX triplet: B0, 11 and AB. RGB value is (176,17,171). Sum of RGB (Red+Green+Blue) = 176+17+171=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B011AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011AB is #4FEE54. Grayscale: #515151. Windows color (decimal): -5238357 or 11211184. OLE color: 11211184.

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

Color convert

RGB 176 17 171 -
CMYK 0 0.90 0.03 0.31
HSL 301.89º 0.82% 0.38% -
HSV(B) 301.89º 0.9% 0.69% -
XYZ 25.46 12.57 39.61 -
YUV 82.1 178.18 194.98 -
System Red Green Blue C M Y K H S L
Decimal 176 17 171 0 0.90 0.03 0.31 301.89 0.82 0.38
Hex B0 11 AB 0 5A 3 1F 12E 52 26
Octal 260 21 253 0 132 3 37 456 122 46
Binary 10110000 10001 10101011 0 1011010 11 11111 100101110 1010010 100110

Color Harmonies of #B011AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011AB

Black with #B011AB

Text Example


Text Example

White with #B011AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011AB; }

 p { color: rgb(176,17,171); }

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

background-color css

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

 a { background-color: rgb(176,17,171); }

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

border-color css

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

 span { border-color: rgb(176,17,171); }

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