Html Css Color HEX #B51971 Medium Violet Red

📋 copy color: '#B51971'

red 181 ◦ green 25 ◦ blue 113

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

Shades of Medium Violet Red #B51971

Tints of Medium Violet Red #B51971

RGB

 RED value IS 181 (71.09% from 255) = 56.74%

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

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 56.74%
G = 7.84%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B51971 (or 0xB51971) is known color: Medium Violet Red. HEX triplet: B5, 19 and 71. RGB value is (181,25,113). Sum of RGB (Red+Green+Blue) = 181+25+113=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B51971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51971 is #4AE68E. Grayscale: #515151. Windows color (decimal): -4908687 or 7412149. OLE color: 7412149.

HSL color Cylindrical-coordinate representation of color #B51971: hue angle of 326.15º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51971 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 113 -
CMYK 0 0.86 0.38 0.29
HSL 326.15º 0.76% 0.4% -
HSV(B) 326.15º 0.86% 0.71% -
XYZ 22.38 11.71 16.7 -
YUV 81.68 145.68 198.84 -
System Red Green Blue C M Y K H S L
Decimal 181 25 113 0 0.86 0.38 0.29 326.15 0.76 0.4
Hex B5 19 71 0 56 26 1D 146 4C 28
Octal 265 31 161 0 126 46 35 506 114 50
Binary 10110101 11001 1110001 0 1010110 100110 11101 101000110 1001100 101000

Color Harmonies of #B51971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51971

Black with #B51971

Text Example


Text Example

White with #B51971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51971; }

 p { color: rgb(181,25,113); }

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

background-color css

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

 a { background-color: rgb(181,25,113); }

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

border-color css

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

 span { border-color: rgb(181,25,113); }

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