Html Css Color HEX #B50580 Medium Violet Red

📋 copy color: '#B50580'

red 181 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #B50580

Tints of Medium Violet Red #B50580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 57.64%
G = 1.59%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B50580 (or 0xB50580) is known color: Medium Violet Red. HEX triplet: B5, 05 and 80. RGB value is (181,5,128). Sum of RGB (Red+Green+Blue) = 181+5+128=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B50580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50580 is #4AFA7F. Grayscale: #474747. Windows color (decimal): -4913792 or 8390069. OLE color: 8390069.

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

Color convert

RGB 181 5 128 -
CMYK 0 0.97 0.29 0.29
HSL 318.07º 0.95% 0.36% -
HSV(B) 318.07º 0.97% 0.71% -
XYZ 23.01 11.49 21.43 -
YUV 71.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 181 5 128 0 0.97 0.29 0.29 318.07 0.95 0.36
Hex B5 5 80 0 61 1D 1D 13E 5F 24
Octal 265 5 200 0 141 35 35 476 137 44
Binary 10110101 101 10000000 0 1100001 11101 11101 100111110 1011111 100100

Color Harmonies of #B50580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50580

Black with #B50580

Text Example


Text Example

White with #B50580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50580; }

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

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

background-color css

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

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

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

border-color css

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

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

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