Html Css Color HEX #B11674 Medium Violet Red

📋 copy color: '#B11674'

red 177 ◦ green 22 ◦ blue 116

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

Shades of Medium Violet Red #B11674

Tints of Medium Violet Red #B11674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.98%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 56.19%
G = 6.98%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B11674 (or 0xB11674) is known color: Medium Violet Red. HEX triplet: B1, 16 and 74. RGB value is (177,22,116). Sum of RGB (Red+Green+Blue) = 177+22+116=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B11674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11674 is #4EE98B. Grayscale: #4E4E4E. Windows color (decimal): -5171596 or 7607985. OLE color: 7607985.

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

Color convert

RGB 177 22 116 -
CMYK 0 0.88 0.34 0.31
HSL 323.61º 0.78% 0.39% -
HSV(B) 323.61º 0.88% 0.69% -
XYZ 21.57 11.18 17.54 -
YUV 79.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 177 22 116 0 0.88 0.34 0.31 323.61 0.78 0.39
Hex B1 16 74 0 58 22 1F 144 4E 27
Octal 261 26 164 0 130 42 37 504 116 47
Binary 10110001 10110 1110100 0 1011000 100010 11111 101000100 1001110 100111

Color Harmonies of #B11674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11674

Black with #B11674

Text Example


Text Example

White with #B11674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11674; }

 p { color: rgb(177,22,116); }

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

background-color css

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

 a { background-color: rgb(177,22,116); }

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

border-color css

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

 span { border-color: rgb(177,22,116); }

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