Html Css Color HEX #B31576 Medium Violet Red

📋 copy color: '#B31576'

red 179 ◦ green 21 ◦ blue 118

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

Shades of Medium Violet Red #B31576

Tints of Medium Violet Red #B31576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.6%

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 56.29%
G = 6.6%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B31576 (or 0xB31576) is known color: Medium Violet Red. HEX triplet: B3, 15 and 76. RGB value is (179,21,118). Sum of RGB (Red+Green+Blue) = 179+21+118=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B31576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31576 is #4CEA89. Grayscale: #4F4F4F. Windows color (decimal): -5040778 or 7738803. OLE color: 7738803.

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

Color convert

RGB 179 21 118 -
CMYK 0 0.88 0.34 0.30
HSL 323.16º 0.79% 0.39% -
HSV(B) 323.16º 0.88% 0.7% -
XYZ 22.13 11.43 18.18 -
YUV 79.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 179 21 118 0 0.88 0.34 0.30 323.16 0.79 0.39
Hex B3 15 76 0 58 22 1E 143 4F 27
Octal 263 25 166 0 130 42 36 503 117 47
Binary 10110011 10101 1110110 0 1011000 100010 11110 101000011 1001111 100111

Color Harmonies of #B31576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31576

Black with #B31576

Text Example


Text Example

White with #B31576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31576; }

 p { color: rgb(179,21,118); }

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

background-color css

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

 a { background-color: rgb(179,21,118); }

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

border-color css

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

 span { border-color: rgb(179,21,118); }

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