Html Css Color HEX #B11780 Medium Violet Red

📋 copy color: '#B11780'

red 177 ◦ green 23 ◦ blue 128

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

Shades of Medium Violet Red #B11780

Tints of Medium Violet Red #B11780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.01%

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

R = 53.96%
G = 7.01%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B11780 (or 0xB11780) is known color: Medium Violet Red. HEX triplet: B1, 17 and 80. RGB value is (177,23,128). Sum of RGB (Red+Green+Blue) = 177+23+128=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B11780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11780 is #4EE87F. Grayscale: #505050. Windows color (decimal): -5171328 or 8394673. OLE color: 8394673.

HSL color Cylindrical-coordinate representation of color #B11780: hue angle of 319.09º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11780 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 23 128 -
CMYK 0 0.87 0.28 0.31
HSL 319.09º 0.77% 0.39% -
HSV(B) 319.09º 0.87% 0.69% -
XYZ 22.33 11.52 21.47 -
YUV 81.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 177 23 128 0 0.87 0.28 0.31 319.09 0.77 0.39
Hex B1 17 80 0 57 1C 1F 13F 4D 27
Octal 261 27 200 0 127 34 37 477 115 47
Binary 10110001 10111 10000000 0 1010111 11100 11111 100111111 1001101 100111

Color Harmonies of #B11780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11780

Black with #B11780

Text Example


Text Example

White with #B11780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11780; }

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

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

background-color css

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

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

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

border-color css

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

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

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