Html Css Color HEX #B11BA1 Medium Violet Red

📋 copy color: '#B11BA1'

red 177 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #B11BA1

Tints of Medium Violet Red #B11BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.11%

R = 48.49%
G = 7.4%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B11BA1 (or 0xB11BA1) is known color: Medium Violet Red. HEX triplet: B1, 1B and A1. RGB value is (177,27,161). Sum of RGB (Red+Green+Blue) = 177+27+161=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B11BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11BA1 is #4EE45E. Grayscale: #565656. Windows color (decimal): -5170271 or 10558385. OLE color: 10558385.

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

Color convert

RGB 177 27 161 -
CMYK 0 0.85 0.09 0.31
HSL 306.4º 0.74% 0.4% -
HSV(B) 306.4º 0.85% 0.69% -
XYZ 24.96 12.7 34.86 -
YUV 87.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 177 27 161 0 0.85 0.09 0.31 306.4 0.74 0.4
Hex B1 1B A1 0 55 9 1F 132 4A 28
Octal 261 33 241 0 125 11 37 462 112 50
Binary 10110001 11011 10100001 0 1010101 1001 11111 100110010 1001010 101000

Color Harmonies of #B11BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BA1

Black with #B11BA1

Text Example


Text Example

White with #B11BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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