Html Css Color HEX #B911AB Deep Magenta

📋 copy color: '#B911AB'

red 185 ◦ green 17 ◦ blue 171

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

Shades of Deep Magenta #B911AB

Tints of Deep Magenta #B911AB

RGB

 RED value IS 185 (72.66% from 255) = 49.6%

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

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

R = 49.6%
G = 4.56%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B911AB (or 0xB911AB) is known color: Deep Magenta. HEX triplet: B9, 11 and AB. RGB value is (185,17,171). Sum of RGB (Red+Green+Blue) = 185+17+171=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B911AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B911AB is #46EE54. Grayscale: #545454. Windows color (decimal): -4648533 or 11211193. OLE color: 11211193.

HSL color Cylindrical-coordinate representation of color #B911AB: hue angle of 305º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B911AB is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 17 171 -
CMYK 0 0.91 0.08 0.27
HSL 305º 0.83% 0.4% -
HSV(B) 305º 0.91% 0.73% -
XYZ 27.56 13.66 39.71 -
YUV 84.79 176.66 199.48 -
System Red Green Blue C M Y K H S L
Decimal 185 17 171 0 0.91 0.08 0.27 305 0.83 0.4
Hex B9 11 AB 0 5B 8 1B 131 53 28
Octal 271 21 253 0 133 10 33 461 123 50
Binary 10111001 10001 10101011 0 1011011 1000 11011 100110001 1010011 101000

Color Harmonies of #B911AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911AB

Black with #B911AB

Text Example


Text Example

White with #B911AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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