Html Css Color HEX #B11C77 Medium Violet Red

📋 copy color: '#B11C77'

red 177 ◦ green 28 ◦ blue 119

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

Shades of Medium Violet Red #B11C77

Tints of Medium Violet Red #B11C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.64%

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

R = 54.63%
G = 8.64%
B = 36.73%

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

#B11C77 (or 0xB11C77) is known color: Medium Violet Red. HEX triplet: B1, 1C and 77. RGB value is (177,28,119). Sum of RGB (Red+Green+Blue) = 177+28+119=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11C77 is #4EE388. Grayscale: #525252. Windows color (decimal): -5170057 or 7806129. OLE color: 7806129.

HSL color Cylindrical-coordinate representation of color #B11C77: hue angle of 323.36º degrees, saturation: 0.73, 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 #B11C77 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 28 119 -
CMYK 0 0.84 0.33 0.31
HSL 323.36º 0.73% 0.4% -
HSV(B) 323.36º 0.84% 0.69% -
XYZ 21.88 11.51 18.52 -
YUV 82.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 177 28 119 0 0.84 0.33 0.31 323.36 0.73 0.4
Hex B1 1C 77 0 54 21 1F 143 49 28
Octal 261 34 167 0 124 41 37 503 111 50
Binary 10110001 11100 1110111 0 1010100 100001 11111 101000011 1001001 101000

Color Harmonies of #B11C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C77

Black with #B11C77

Text Example


Text Example

White with #B11C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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