Html Css Color HEX #B11879 Medium Violet Red

📋 copy color: '#B11879'

red 177 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #B11879

Tints of Medium Violet Red #B11879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.45%

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 54.97%
G = 7.45%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B11879 (or 0xB11879) is known color: Medium Violet Red. HEX triplet: B1, 18 and 79. RGB value is (177,24,121). Sum of RGB (Red+Green+Blue) = 177+24+121=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B11879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11879 is #4EE786. Grayscale: #505050. Windows color (decimal): -5171079 or 7936177. OLE color: 7936177.

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

Color convert

RGB 177 24 121 -
CMYK 0 0.86 0.32 0.31
HSL 321.96º 0.76% 0.39% -
HSV(B) 321.96º 0.86% 0.69% -
XYZ 21.91 11.38 19.13 -
YUV 80.81 150.69 196.61 -
System Red Green Blue C M Y K H S L
Decimal 177 24 121 0 0.86 0.32 0.31 321.96 0.76 0.39
Hex B1 18 79 0 56 20 1F 142 4C 27
Octal 261 30 171 0 126 40 37 502 114 47
Binary 10110001 11000 1111001 0 1010110 100000 11111 101000010 1001100 100111

Color Harmonies of #B11879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11879

Black with #B11879

Text Example


Text Example

White with #B11879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11879; }

 p { color: rgb(177,24,121); }

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

background-color css

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

 a { background-color: rgb(177,24,121); }

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

border-color css

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

 span { border-color: rgb(177,24,121); }

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