Html Css Color HEX #B11D77 Medium Violet Red

📋 copy color: '#B11D77'

red 177 ◦ green 29 ◦ blue 119

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

Shades of Medium Violet Red #B11D77

Tints of Medium Violet Red #B11D77

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.92%

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

R = 54.46%
G = 8.92%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B11D77 (or 0xB11D77) is known color: Medium Violet Red. HEX triplet: B1, 1D and 77. RGB value is (177,29,119). Sum of RGB (Red+Green+Blue) = 177+29+119=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11D77 is #4EE288. Grayscale: #535353. Windows color (decimal): -5169801 or 7806385. OLE color: 7806385.

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

Color convert

RGB 177 29 119 -
CMYK 0 0.84 0.33 0.31
HSL 323.51º 0.72% 0.4% -
HSV(B) 323.51º 0.84% 0.69% -
XYZ 21.9 11.56 18.53 -
YUV 83.51 148.03 194.68 -
System Red Green Blue C M Y K H S L
Decimal 177 29 119 0 0.84 0.33 0.31 323.51 0.72 0.4
Hex B1 1D 77 0 54 21 1F 144 48 28
Octal 261 35 167 0 124 41 37 504 110 50
Binary 10110001 11101 1110111 0 1010100 100001 11111 101000100 1001000 101000

Color Harmonies of #B11D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11D77

Black with #B11D77

Text Example


Text Example

White with #B11D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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