Html Css Color HEX #B11979 Medium Violet Red

📋 copy color: '#B11979'

red 177 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #B11979

Tints of Medium Violet Red #B11979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.46%

R = 54.8%
G = 7.74%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B11979 (or 0xB11979) is known color: Medium Violet Red. HEX triplet: B1, 19 and 79. RGB value is (177,25,121). Sum of RGB (Red+Green+Blue) = 177+25+121=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B11979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11979 is #4EE686. Grayscale: #515151. Windows color (decimal): -5170823 or 7936433. OLE color: 7936433.

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

Color convert

RGB 177 25 121 -
CMYK 0 0.86 0.32 0.31
HSL 322.11º 0.75% 0.4% -
HSV(B) 322.11º 0.86% 0.69% -
XYZ 21.93 11.42 19.14 -
YUV 81.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 177 25 121 0 0.86 0.32 0.31 322.11 0.75 0.4
Hex B1 19 79 0 56 20 1F 142 4B 28
Octal 261 31 171 0 126 40 37 502 113 50
Binary 10110001 11001 1111001 0 1010110 100000 11111 101000010 1001011 101000

Color Harmonies of #B11979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11979

Black with #B11979

Text Example


Text Example

White with #B11979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11979; }

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

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

background-color css

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

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

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

border-color css

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

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

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