Html Css Color HEX #B31574 Medium Violet Red

📋 copy color: '#B31574'

red 179 ◦ green 21 ◦ blue 116

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

Shades of Medium Violet Red #B31574

Tints of Medium Violet Red #B31574

RGB

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

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

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

R = 56.65%
G = 6.65%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B31574 (or 0xB31574) is known color: Medium Violet Red. HEX triplet: B3, 15 and 74. RGB value is (179,21,116). Sum of RGB (Red+Green+Blue) = 179+21+116=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B31574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31574 is #4CEA8B. Grayscale: #4E4E4E. Windows color (decimal): -5040780 or 7607731. OLE color: 7607731.

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

Color convert

RGB 179 21 116 -
CMYK 0 0.88 0.35 0.30
HSL 323.92º 0.79% 0.39% -
HSV(B) 323.92º 0.88% 0.7% -
XYZ 22.01 11.38 17.56 -
YUV 79.07 148.85 199.28 -
System Red Green Blue C M Y K H S L
Decimal 179 21 116 0 0.88 0.35 0.30 323.92 0.79 0.39
Hex B3 15 74 0 58 23 1E 144 4F 27
Octal 263 25 164 0 130 43 36 504 117 47
Binary 10110011 10101 1110100 0 1011000 100011 11110 101000100 1001111 100111

Color Harmonies of #B31574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31574

Black with #B31574

Text Example


Text Example

White with #B31574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31574; }

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

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

background-color css

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

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

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

border-color css

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

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

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