Html Css Color HEX #B11BAA Deep Magenta

📋 copy color: '#B11BAA'

red 177 ◦ green 27 ◦ blue 170

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

Shades of Deep Magenta #B11BAA

Tints of Deep Magenta #B11BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.22%

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 47.33%
G = 7.22%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B11BAA (or 0xB11BAA) is known color: Deep Magenta. HEX triplet: B1, 1B and AA. RGB value is (177,27,170). Sum of RGB (Red+Green+Blue) = 177+27+170=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B11BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11BAA is #4EE455. Grayscale: #575757. Windows color (decimal): -5170262 or 11148209. OLE color: 11148209.

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

Color convert

RGB 177 27 170 -
CMYK 0 0.85 0.04 0.31
HSL 302.8º 0.74% 0.4% -
HSV(B) 302.8º 0.85% 0.69% -
XYZ 25.78 13.03 39.19 -
YUV 88.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 177 27 170 0 0.85 0.04 0.31 302.8 0.74 0.4
Hex B1 1B AA 0 55 4 1F 12F 4A 28
Octal 261 33 252 0 125 4 37 457 112 50
Binary 10110001 11011 10101010 0 1010101 100 11111 100101111 1001010 101000

Color Harmonies of #B11BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BAA

Black with #B11BAA

Text Example


Text Example

White with #B11BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BAA; }

 p { color: rgb(177,27,170); }

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

background-color css

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

 a { background-color: rgb(177,27,170); }

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

border-color css

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

 span { border-color: rgb(177,27,170); }

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