Html Css Color HEX #B11FA1 Medium Violet Red

📋 copy color: '#B11FA1'

red 177 ◦ green 31 ◦ blue 161

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

Shades of Medium Violet Red #B11FA1

Tints of Medium Violet Red #B11FA1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.4%

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

R = 47.97%
G = 8.4%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B11FA1 (or 0xB11FA1) is known color: Medium Violet Red. HEX triplet: B1, 1F and A1. RGB value is (177,31,161). Sum of RGB (Red+Green+Blue) = 177+31+161=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B11FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11FA1 is #4EE05E. Grayscale: #595959. Windows color (decimal): -5169247 or 10559409. OLE color: 10559409.

HSL color Cylindrical-coordinate representation of color #B11FA1: hue angle of 306.58º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11FA1 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 31 161 -
CMYK 0 0.82 0.09 0.31
HSL 306.58º 0.7% 0.41% -
HSV(B) 306.58º 0.82% 0.69% -
XYZ 25.05 12.9 34.89 -
YUV 89.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 177 31 161 0 0.82 0.09 0.31 306.58 0.7 0.41
Hex B1 1F A1 0 52 9 1F 133 46 29
Octal 261 37 241 0 122 11 37 463 106 51
Binary 10110001 11111 10100001 0 1010010 1001 11111 100110011 1000110 101001

Color Harmonies of #B11FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FA1

Black with #B11FA1

Text Example


Text Example

White with #B11FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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