Html Css Color HEX #B11777 Medium Violet Red

📋 copy color: '#B11777'

red 177 ◦ green 23 ◦ blue 119

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

Shades of Medium Violet Red #B11777

Tints of Medium Violet Red #B11777

RGB

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

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

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

R = 55.49%
G = 7.21%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B11777 (or 0xB11777) is known color: Medium Violet Red. HEX triplet: B1, 17 and 77. RGB value is (177,23,119). Sum of RGB (Red+Green+Blue) = 177+23+119=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B11777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11777 is #4EE888. Grayscale: #4F4F4F. Windows color (decimal): -5171337 or 7804849. OLE color: 7804849.

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

Color convert

RGB 177 23 119 -
CMYK 0 0.87 0.33 0.31
HSL 322.6º 0.77% 0.39% -
HSV(B) 322.6º 0.87% 0.69% -
XYZ 21.77 11.29 18.49 -
YUV 79.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 177 23 119 0 0.87 0.33 0.31 322.6 0.77 0.39
Hex B1 17 77 0 57 21 1F 143 4D 27
Octal 261 27 167 0 127 41 37 503 115 47
Binary 10110001 10111 1110111 0 1010111 100001 11111 101000011 1001101 100111

Color Harmonies of #B11777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11777

Black with #B11777

Text Example


Text Example

White with #B11777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11777; }

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

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

background-color css

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

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

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

border-color css

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

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

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