Html Css Color HEX #B11977 Medium Violet Red

📋 copy color: '#B11977'

red 177 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #B11977

Tints of Medium Violet Red #B11977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

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

R = 55.14%
G = 7.79%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B11977 (or 0xB11977) is known color: Medium Violet Red. HEX triplet: B1, 19 and 77. RGB value is (177,25,119). Sum of RGB (Red+Green+Blue) = 177+25+119=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B11977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11977 is #4EE688. Grayscale: #505050. Windows color (decimal): -5170825 or 7805361. OLE color: 7805361.

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

Color convert

RGB 177 25 119 -
CMYK 0 0.86 0.33 0.31
HSL 322.89º 0.75% 0.4% -
HSV(B) 322.89º 0.86% 0.69% -
XYZ 21.81 11.37 18.5 -
YUV 81.16 149.36 196.36 -
System Red Green Blue C M Y K H S L
Decimal 177 25 119 0 0.86 0.33 0.31 322.89 0.75 0.4
Hex B1 19 77 0 56 21 1F 143 4B 28
Octal 261 31 167 0 126 41 37 503 113 50
Binary 10110001 11001 1110111 0 1010110 100001 11111 101000011 1001011 101000

Color Harmonies of #B11977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11977

Black with #B11977

Text Example


Text Example

White with #B11977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11977; }

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

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

background-color css

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

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

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

border-color css

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

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

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