Html Css Color HEX #B11391 Medium Violet Red

📋 copy color: '#B11391'

red 177 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #B11391

Tints of Medium Violet Red #B11391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

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

R = 51.91%
G = 5.57%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B11391 (or 0xB11391) is known color: Medium Violet Red. HEX triplet: B1, 13 and 91. RGB value is (177,19,145). Sum of RGB (Red+Green+Blue) = 177+19+145=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B11391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11391 is #4EEC6E. Grayscale: #505050. Windows color (decimal): -5172335 or 9507761. OLE color: 9507761.

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

Color convert

RGB 177 19 145 -
CMYK 0 0.89 0.18 0.31
HSL 312.15º 0.81% 0.38% -
HSV(B) 312.15º 0.89% 0.69% -
XYZ 23.48 11.86 27.84 -
YUV 80.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 177 19 145 0 0.89 0.18 0.31 312.15 0.81 0.38
Hex B1 13 91 0 59 12 1F 138 51 26
Octal 261 23 221 0 131 22 37 470 121 46
Binary 10110001 10011 10010001 0 1011001 10010 11111 100111000 1010001 100110

Color Harmonies of #B11391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11391

Black with #B11391

Text Example


Text Example

White with #B11391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11391; }

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

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

background-color css

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

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

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

border-color css

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

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

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