Html Css Color HEX #B11077 Medium Violet Red

📋 copy color: '#B11077'

red 177 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #B11077

Tints of Medium Violet Red #B11077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

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

R = 56.73%
G = 5.13%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B11077 (or 0xB11077) is known color: Medium Violet Red. HEX triplet: B1, 10 and 77. RGB value is (177,16,119). Sum of RGB (Red+Green+Blue) = 177+16+119=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B11077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11077 is #4EEF88. Grayscale: #4B4B4B. Windows color (decimal): -5173129 or 7803057. OLE color: 7803057.

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

Color convert

RGB 177 16 119 -
CMYK 0 0.91 0.33 0.31
HSL 321.61º 0.83% 0.38% -
HSV(B) 321.61º 0.91% 0.69% -
XYZ 21.65 11.05 18.44 -
YUV 75.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 177 16 119 0 0.91 0.33 0.31 321.61 0.83 0.38
Hex B1 10 77 0 5B 21 1F 142 53 26
Octal 261 20 167 0 133 41 37 502 123 46
Binary 10110001 10000 1110111 0 1011011 100001 11111 101000010 1010011 100110

Color Harmonies of #B11077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11077

Black with #B11077

Text Example


Text Example

White with #B11077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11077; }

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

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

background-color css

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

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

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

border-color css

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

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

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