Html Css Color HEX #B11D91 Medium Violet Red

📋 copy color: '#B11D91'

red 177 ◦ green 29 ◦ blue 145

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

Shades of Medium Violet Red #B11D91

Tints of Medium Violet Red #B11D91

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.26%

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

R = 50.43%
G = 8.26%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B11D91 (or 0xB11D91) is known color: Medium Violet Red. HEX triplet: B1, 1D and 91. RGB value is (177,29,145). Sum of RGB (Red+Green+Blue) = 177+29+145=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D91 is #4EE26E. Grayscale: #565656. Windows color (decimal): -5169775 or 9510321. OLE color: 9510321.

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

Color convert

RGB 177 29 145 -
CMYK 0 0.84 0.18 0.31
HSL 312.97º 0.72% 0.4% -
HSV(B) 312.97º 0.84% 0.69% -
XYZ 23.68 12.27 27.91 -
YUV 86.48 161.03 192.57 -
System Red Green Blue C M Y K H S L
Decimal 177 29 145 0 0.84 0.18 0.31 312.97 0.72 0.4
Hex B1 1D 91 0 54 12 1F 139 48 28
Octal 261 35 221 0 124 22 37 471 110 50
Binary 10110001 11101 10010001 0 1010100 10010 11111 100111001 1001000 101000

Color Harmonies of #B11D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11D91

Black with #B11D91

Text Example


Text Example

White with #B11D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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