Html Css Color HEX #B11AA9 Medium Violet Red

📋 copy color: '#B11AA9'

red 177 ◦ green 26 ◦ blue 169

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

Shades of Medium Violet Red #B11AA9

Tints of Medium Violet Red #B11AA9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.99%

 BLUE value IS 169 (66.41% from 255) = 45.43%

R = 47.58%
G = 6.99%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B11AA9 (or 0xB11AA9) is known color: Medium Violet Red. HEX triplet: B1, 1A and A9. RGB value is (177,26,169). Sum of RGB (Red+Green+Blue) = 177+26+169=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B11AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11AA9 is #4EE556. Grayscale: #575757. Windows color (decimal): -5170519 or 11082417. OLE color: 11082417.

HSL color Cylindrical-coordinate representation of color #B11AA9: hue angle of 303.18º 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 #B11AA9 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 26 169 -
CMYK 0 0.85 0.05 0.31
HSL 303.18º 0.74% 0.4% -
HSV(B) 303.18º 0.85% 0.69% -
XYZ 25.66 12.95 38.68 -
YUV 87.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 177 26 169 0 0.85 0.05 0.31 303.18 0.74 0.4
Hex B1 1A A9 0 55 5 1F 12F 4A 28
Octal 261 32 251 0 125 5 37 457 112 50
Binary 10110001 11010 10101001 0 1010101 101 11111 100101111 1001010 101000

Color Harmonies of #B11AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11AA9

Black with #B11AA9

Text Example


Text Example

White with #B11AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11AA9; }

 p { color: rgb(177,26,169); }

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

background-color css

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

 a { background-color: rgb(177,26,169); }

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

border-color css

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

 span { border-color: rgb(177,26,169); }

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