Html Css Color HEX #B11976 Medium Violet Red

📋 copy color: '#B11976'

red 177 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #B11976

Tints of Medium Violet Red #B11976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 55.31%
G = 7.81%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B11976 (or 0xB11976) is known color: Medium Violet Red. HEX triplet: B1, 19 and 76. RGB value is (177,25,118). Sum of RGB (Red+Green+Blue) = 177+25+118=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B11976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11976 is #4EE689. Grayscale: #505050. Windows color (decimal): -5170826 or 7739825. OLE color: 7739825.

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

Color convert

RGB 177 25 118 -
CMYK 0 0.86 0.33 0.31
HSL 323.29º 0.75% 0.4% -
HSV(B) 323.29º 0.86% 0.69% -
XYZ 21.75 11.35 18.18 -
YUV 81.05 148.86 196.44 -
System Red Green Blue C M Y K H S L
Decimal 177 25 118 0 0.86 0.33 0.31 323.29 0.75 0.4
Hex B1 19 76 0 56 21 1F 143 4B 28
Octal 261 31 166 0 126 41 37 503 113 50
Binary 10110001 11001 1110110 0 1010110 100001 11111 101000011 1001011 101000

Color Harmonies of #B11976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11976

Black with #B11976

Text Example


Text Example

White with #B11976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11976; }

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

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

background-color css

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

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

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

border-color css

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

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

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