Html Css Color HEX #B11191 Medium Violet Red

📋 copy color: '#B11191'

red 177 ◦ green 17 ◦ blue 145

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

Shades of Medium Violet Red #B11191

Tints of Medium Violet Red #B11191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.77%

R = 52.21%
G = 5.01%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B11191 (or 0xB11191) is known color: Medium Violet Red. HEX triplet: B1, 11 and 91. RGB value is (177,17,145). Sum of RGB (Red+Green+Blue) = 177+17+145=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B11191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11191 is #4EEE6E. Grayscale: #4F4F4F. Windows color (decimal): -5172847 or 9507249. OLE color: 9507249.

HSL color Cylindrical-coordinate representation of color #B11191: hue angle of 312º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11191 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 145 -
CMYK 0 0.90 0.18 0.31
HSL 312º 0.82% 0.38% -
HSV(B) 312º 0.9% 0.69% -
XYZ 23.44 11.79 27.83 -
YUV 79.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 177 17 145 0 0.90 0.18 0.31 312 0.82 0.38
Hex B1 11 91 0 5A 12 1F 138 52 26
Octal 261 21 221 0 132 22 37 470 122 46
Binary 10110001 10001 10010001 0 1011010 10010 11111 100111000 1010010 100110

Color Harmonies of #B11191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11191

Black with #B11191

Text Example


Text Example

White with #B11191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11191; }

 p { color: rgb(177,17,145); }

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

background-color css

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

 a { background-color: rgb(177,17,145); }

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

border-color css

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

 span { border-color: rgb(177,17,145); }

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