Html Css Color HEX #B11791 Medium Violet Red

📋 copy color: '#B11791'

red 177 ◦ green 23 ◦ blue 145

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

Shades of Medium Violet Red #B11791

Tints of Medium Violet Red #B11791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.67%

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

R = 51.3%
G = 6.67%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B11791 (or 0xB11791) is known color: Medium Violet Red. HEX triplet: B1, 17 and 91. RGB value is (177,23,145). Sum of RGB (Red+Green+Blue) = 177+23+145=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B11791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11791 is #4EE86E. Grayscale: #525252. Windows color (decimal): -5171311 or 9508785. OLE color: 9508785.

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

Color convert

RGB 177 23 145 -
CMYK 0 0.87 0.18 0.31
HSL 312.47º 0.77% 0.39% -
HSV(B) 312.47º 0.87% 0.69% -
XYZ 23.55 12 27.86 -
YUV 82.95 163.02 195.08 -
System Red Green Blue C M Y K H S L
Decimal 177 23 145 0 0.87 0.18 0.31 312.47 0.77 0.39
Hex B1 17 91 0 57 12 1F 138 4D 27
Octal 261 27 221 0 127 22 37 470 115 47
Binary 10110001 10111 10010001 0 1010111 10010 11111 100111000 1001101 100111

Color Harmonies of #B11791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11791

Black with #B11791

Text Example


Text Example

White with #B11791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11791; }

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

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

background-color css

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

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

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

border-color css

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

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

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