Html Css Color HEX #B51374 Medium Violet Red

📋 copy color: '#B51374'

red 181 ◦ green 19 ◦ blue 116

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

Shades of Medium Violet Red #B51374

Tints of Medium Violet Red #B51374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

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

R = 57.28%
G = 6.01%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B51374 (or 0xB51374) is known color: Medium Violet Red. HEX triplet: B5, 13 and 74. RGB value is (181,19,116). Sum of RGB (Red+Green+Blue) = 181+19+116=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B51374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51374 is #4AEC8B. Grayscale: #4E4E4E. Windows color (decimal): -4910220 or 7607221. OLE color: 7607221.

HSL color Cylindrical-coordinate representation of color #B51374: hue angle of 324.07º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51374 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 116 -
CMYK 0 0.90 0.36 0.29
HSL 324.07º 0.81% 0.39% -
HSV(B) 324.07º 0.9% 0.71% -
XYZ 22.44 11.55 17.57 -
YUV 78.5 149.17 201.11 -
System Red Green Blue C M Y K H S L
Decimal 181 19 116 0 0.90 0.36 0.29 324.07 0.81 0.39
Hex B5 13 74 0 5A 24 1D 144 51 27
Octal 265 23 164 0 132 44 35 504 121 47
Binary 10110101 10011 1110100 0 1011010 100100 11101 101000100 1010001 100111

Color Harmonies of #B51374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51374

Black with #B51374

Text Example


Text Example

White with #B51374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51374; }

 p { color: rgb(181,19,116); }

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

background-color css

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

 a { background-color: rgb(181,19,116); }

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

border-color css

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

 span { border-color: rgb(181,19,116); }

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