Html Css Color HEX #B11591 Medium Violet Red

📋 copy color: '#B11591'

red 177 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #B11591

Tints of Medium Violet Red #B11591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.12%

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

R = 51.6%
G = 6.12%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B11591 (or 0xB11591) is known color: Medium Violet Red. HEX triplet: B1, 15 and 91. RGB value is (177,21,145). Sum of RGB (Red+Green+Blue) = 177+21+145=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B11591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11591 is #4EEA6E. Grayscale: #515151. Windows color (decimal): -5171823 or 9508273. OLE color: 9508273.

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

Color convert

RGB 177 21 145 -
CMYK 0 0.88 0.18 0.31
HSL 312.31º 0.79% 0.39% -
HSV(B) 312.31º 0.88% 0.69% -
XYZ 23.51 11.93 27.85 -
YUV 81.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 177 21 145 0 0.88 0.18 0.31 312.31 0.79 0.39
Hex B1 15 91 0 58 12 1F 138 4F 27
Octal 261 25 221 0 130 22 37 470 117 47
Binary 10110001 10101 10010001 0 1011000 10010 11111 100111000 1001111 100111

Color Harmonies of #B11591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11591

Black with #B11591

Text Example


Text Example

White with #B11591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11591; }

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

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

background-color css

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

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

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

border-color css

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

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

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