Html Css Color HEX #B11177 Medium Violet Red

📋 copy color: '#B11177'

red 177 ◦ green 17 ◦ blue 119

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

Shades of Medium Violet Red #B11177

Tints of Medium Violet Red #B11177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.43%

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

R = 56.55%
G = 5.43%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B11177 (or 0xB11177) is known color: Medium Violet Red. HEX triplet: B1, 11 and 77. RGB value is (177,17,119). Sum of RGB (Red+Green+Blue) = 177+17+119=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B11177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11177 is #4EEE88. Grayscale: #4C4C4C. Windows color (decimal): -5172873 or 7803313. OLE color: 7803313.

HSL color Cylindrical-coordinate representation of color #B11177: hue angle of 321.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11177 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 119 -
CMYK 0 0.90 0.33 0.31
HSL 321.75º 0.82% 0.38% -
HSV(B) 321.75º 0.9% 0.69% -
XYZ 21.66 11.08 18.45 -
YUV 76.47 152.01 199.71 -
System Red Green Blue C M Y K H S L
Decimal 177 17 119 0 0.90 0.33 0.31 321.75 0.82 0.38
Hex B1 11 77 0 5A 21 1F 142 52 26
Octal 261 21 167 0 132 41 37 502 122 46
Binary 10110001 10001 1110111 0 1011010 100001 11111 101000010 1010010 100110

Color Harmonies of #B11177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11177

Black with #B11177

Text Example


Text Example

White with #B11177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11177; }

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

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

background-color css

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

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

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

border-color css

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

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

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