Html Css Color HEX #B11C80 Medium Violet Red

📋 copy color: '#B11C80'

red 177 ◦ green 28 ◦ blue 128

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

Shades of Medium Violet Red #B11C80

Tints of Medium Violet Red #B11C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.44%

R = 53.15%
G = 8.41%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B11C80 (or 0xB11C80) is known color: Medium Violet Red. HEX triplet: B1, 1C and 80. RGB value is (177,28,128). Sum of RGB (Red+Green+Blue) = 177+28+128=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11C80 is #4EE37F. Grayscale: #535353. Windows color (decimal): -5170048 or 8395953. OLE color: 8395953.

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

Color convert

RGB 177 28 128 -
CMYK 0 0.84 0.28 0.31
HSL 319.73º 0.73% 0.4% -
HSV(B) 319.73º 0.84% 0.69% -
XYZ 22.44 11.74 21.5 -
YUV 83.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 177 28 128 0 0.84 0.28 0.31 319.73 0.73 0.4
Hex B1 1C 80 0 54 1C 1F 140 49 28
Octal 261 34 200 0 124 34 37 500 111 50
Binary 10110001 11100 10000000 0 1010100 11100 11111 101000000 1001001 101000

Color Harmonies of #B11C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C80

Black with #B11C80

Text Example


Text Example

White with #B11C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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