Html Css Color HEX #B31977 Medium Violet Red

📋 copy color: '#B31977'

red 179 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #B31977

Tints of Medium Violet Red #B31977

RGB

 RED value IS 179 (70.31% from 255) = 55.42%

 GREEN value IS 25 (10.16% from 255) = 7.74%

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

R = 55.42%
G = 7.74%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B31977 (or 0xB31977) is known color: Medium Violet Red. HEX triplet: B3, 19 and 77. RGB value is (179,25,119). Sum of RGB (Red+Green+Blue) = 179+25+119=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B31977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31977 is #4CE688. Grayscale: #515151. Windows color (decimal): -5039753 or 7805363. OLE color: 7805363.

HSL color Cylindrical-coordinate representation of color #B31977: hue angle of 323.38º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31977 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 25 119 -
CMYK 0 0.86 0.34 0.30
HSL 323.38º 0.75% 0.4% -
HSV(B) 323.38º 0.86% 0.7% -
XYZ 22.27 11.61 18.52 -
YUV 81.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 179 25 119 0 0.86 0.34 0.30 323.38 0.75 0.4
Hex B3 19 77 0 56 22 1E 143 4B 28
Octal 263 31 167 0 126 42 36 503 113 50
Binary 10110011 11001 1110111 0 1010110 100010 11110 101000011 1001011 101000

Color Harmonies of #B31977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31977

Black with #B31977

Text Example


Text Example

White with #B31977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31977; }

 p { color: rgb(179,25,119); }

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

background-color css

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

 a { background-color: rgb(179,25,119); }

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

border-color css

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

 span { border-color: rgb(179,25,119); }

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