Html Css Color HEX #B51780 Medium Violet Red

📋 copy color: '#B51780'

red 181 ◦ green 23 ◦ blue 128

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

Shades of Medium Violet Red #B51780

Tints of Medium Violet Red #B51780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.93%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 54.52%
G = 6.93%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B51780 (or 0xB51780) is known color: Medium Violet Red. HEX triplet: B5, 17 and 80. RGB value is (181,23,128). Sum of RGB (Red+Green+Blue) = 181+23+128=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B51780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51780 is #4AE87F. Grayscale: #515151. Windows color (decimal): -4909184 or 8394677. OLE color: 8394677.

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

Color convert

RGB 181 23 128 -
CMYK 0 0.87 0.29 0.29
HSL 320.13º 0.77% 0.4% -
HSV(B) 320.13º 0.87% 0.71% -
XYZ 23.26 12 21.51 -
YUV 82.21 153.85 198.46 -
System Red Green Blue C M Y K H S L
Decimal 181 23 128 0 0.87 0.29 0.29 320.13 0.77 0.4
Hex B5 17 80 0 57 1D 1D 140 4D 28
Octal 265 27 200 0 127 35 35 500 115 50
Binary 10110101 10111 10000000 0 1010111 11101 11101 101000000 1001101 101000

Color Harmonies of #B51780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51780

Black with #B51780

Text Example


Text Example

White with #B51780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51780; }

 p { color: rgb(181,23,128); }

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

background-color css

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

 a { background-color: rgb(181,23,128); }

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

border-color css

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

 span { border-color: rgb(181,23,128); }

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