Html Css Color HEX #B31979 Medium Violet Red

📋 copy color: '#B31979'

red 179 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #B31979

Tints of Medium Violet Red #B31979

RGB

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

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

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

R = 55.08%
G = 7.69%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B31979 (or 0xB31979) is known color: Medium Violet Red. HEX triplet: B3, 19 and 79. RGB value is (179,25,121). Sum of RGB (Red+Green+Blue) = 179+25+121=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B31979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31979 is #4CE686. Grayscale: #515151. Windows color (decimal): -5039751 or 7936435. OLE color: 7936435.

HSL color Cylindrical-coordinate representation of color #B31979: hue angle of 322.6º 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 #B31979 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 25 121 -
CMYK 0 0.86 0.32 0.30
HSL 322.6º 0.75% 0.4% -
HSV(B) 322.6º 0.86% 0.7% -
XYZ 22.39 11.66 19.16 -
YUV 81.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 179 25 121 0 0.86 0.32 0.30 322.6 0.75 0.4
Hex B3 19 79 0 56 20 1E 143 4B 28
Octal 263 31 171 0 126 40 36 503 113 50
Binary 10110011 11001 1111001 0 1010110 100000 11110 101000011 1001011 101000

Color Harmonies of #B31979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31979

Black with #B31979

Text Example


Text Example

White with #B31979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31979; }

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

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

background-color css

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

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

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

border-color css

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

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

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