Html Css Color HEX #B11577 Medium Violet Red

📋 copy color: '#B11577'

red 177 ◦ green 21 ◦ blue 119

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

Shades of Medium Violet Red #B11577

Tints of Medium Violet Red #B11577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 55.84%
G = 6.62%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B11577 (or 0xB11577) is known color: Medium Violet Red. HEX triplet: B1, 15 and 77. RGB value is (177,21,119). Sum of RGB (Red+Green+Blue) = 177+21+119=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B11577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11577 is #4EEA88. Grayscale: #4E4E4E. Windows color (decimal): -5171849 or 7804337. OLE color: 7804337.

HSL color Cylindrical-coordinate representation of color #B11577: hue angle of 322.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 #B11577 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 119 -
CMYK 0 0.88 0.33 0.31
HSL 322.31º 0.79% 0.39% -
HSV(B) 322.31º 0.88% 0.69% -
XYZ 21.73 11.22 18.47 -
YUV 78.82 150.68 198.03 -
System Red Green Blue C M Y K H S L
Decimal 177 21 119 0 0.88 0.33 0.31 322.31 0.79 0.39
Hex B1 15 77 0 58 21 1F 142 4F 27
Octal 261 25 167 0 130 41 37 502 117 47
Binary 10110001 10101 1110111 0 1011000 100001 11111 101000010 1001111 100111

Color Harmonies of #B11577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11577

Black with #B11577

Text Example


Text Example

White with #B11577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11577; }

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

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

background-color css

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

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

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

border-color css

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

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

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