Html Css Color HEX #B51972 Medium Violet Red

📋 copy color: '#B51972'

red 181 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #B51972

Tints of Medium Violet Red #B51972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 56.56%
G = 7.81%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B51972 (or 0xB51972) is known color: Medium Violet Red. HEX triplet: B5, 19 and 72. RGB value is (181,25,114). Sum of RGB (Red+Green+Blue) = 181+25+114=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B51972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51972 is #4AE68D. Grayscale: #515151. Windows color (decimal): -4908686 or 7477685. OLE color: 7477685.

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

Color convert

RGB 181 25 114 -
CMYK 0 0.86 0.37 0.29
HSL 325.77º 0.76% 0.4% -
HSV(B) 325.77º 0.86% 0.71% -
XYZ 22.44 11.73 17 -
YUV 81.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 181 25 114 0 0.86 0.37 0.29 325.77 0.76 0.4
Hex B5 19 72 0 56 25 1D 146 4C 28
Octal 265 31 162 0 126 45 35 506 114 50
Binary 10110101 11001 1110010 0 1010110 100101 11101 101000110 1001100 101000

Color Harmonies of #B51972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51972

Black with #B51972

Text Example


Text Example

White with #B51972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51972; }

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

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

background-color css

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

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

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

border-color css

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

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

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