Html Css Color HEX #B11477 Medium Violet Red

📋 copy color: '#B11477'

red 177 ◦ green 20 ◦ blue 119

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

Shades of Medium Violet Red #B11477

Tints of Medium Violet Red #B11477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

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

R = 56.01%
G = 6.33%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B11477 (or 0xB11477) is known color: Medium Violet Red. HEX triplet: B1, 14 and 77. RGB value is (177,20,119). Sum of RGB (Red+Green+Blue) = 177+20+119=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B11477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11477 is #4EEB88. Grayscale: #4D4D4D. Windows color (decimal): -5172105 or 7804081. OLE color: 7804081.

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

Color convert

RGB 177 20 119 -
CMYK 0 0.89 0.33 0.31
HSL 322.17º 0.8% 0.39% -
HSV(B) 322.17º 0.89% 0.69% -
XYZ 21.71 11.18 18.47 -
YUV 78.23 151.01 198.45 -
System Red Green Blue C M Y K H S L
Decimal 177 20 119 0 0.89 0.33 0.31 322.17 0.8 0.39
Hex B1 14 77 0 59 21 1F 142 50 27
Octal 261 24 167 0 131 41 37 502 120 47
Binary 10110001 10100 1110111 0 1011001 100001 11111 101000010 1010000 100111

Color Harmonies of #B11477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11477

Black with #B11477

Text Example


Text Example

White with #B11477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11477; }

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

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

background-color css

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

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

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

border-color css

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

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

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