Html Css Color HEX #B51978 Medium Violet Red

📋 copy color: '#B51978'

red 181 ◦ green 25 ◦ blue 120

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

Shades of Medium Violet Red #B51978

Tints of Medium Violet Red #B51978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.81%

R = 55.52%
G = 7.67%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B51978 (or 0xB51978) is known color: Medium Violet Red. HEX triplet: B5, 19 and 78. RGB value is (181,25,120). Sum of RGB (Red+Green+Blue) = 181+25+120=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B51978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51978 is #4AE687. Grayscale: #525252. Windows color (decimal): -4908680 or 7870901. OLE color: 7870901.

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

Color convert

RGB 181 25 120 -
CMYK 0 0.86 0.34 0.29
HSL 323.46º 0.76% 0.4% -
HSV(B) 323.46º 0.86% 0.71% -
XYZ 22.79 11.88 18.86 -
YUV 82.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 181 25 120 0 0.86 0.34 0.29 323.46 0.76 0.4
Hex B5 19 78 0 56 22 1D 143 4C 28
Octal 265 31 170 0 126 42 35 503 114 50
Binary 10110101 11001 1111000 0 1010110 100010 11101 101000011 1001100 101000

Color Harmonies of #B51978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51978

Black with #B51978

Text Example


Text Example

White with #B51978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51978; }

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

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

background-color css

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

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

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

border-color css

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

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

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