Html Css Color HEX #B50579 Medium Violet Red

📋 copy color: '#B50579'

red 181 ◦ green 5 ◦ blue 121

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

Shades of Medium Violet Red #B50579

Tints of Medium Violet Red #B50579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.41%

R = 58.96%
G = 1.63%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B50579 (or 0xB50579) is known color: Medium Violet Red. HEX triplet: B5, 05 and 79. RGB value is (181,5,121). Sum of RGB (Red+Green+Blue) = 181+5+121=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B50579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50579 is #4AFA86. Grayscale: #464646. Windows color (decimal): -4913799 or 7931317. OLE color: 7931317.

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

Color convert

RGB 181 5 121 -
CMYK 0 0.97 0.33 0.29
HSL 320.45º 0.95% 0.36% -
HSV(B) 320.45º 0.97% 0.71% -
XYZ 22.56 11.31 19.08 -
YUV 70.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 181 5 121 0 0.97 0.33 0.29 320.45 0.95 0.36
Hex B5 5 79 0 61 21 1D 140 5F 24
Octal 265 5 171 0 141 41 35 500 137 44
Binary 10110101 101 1111001 0 1100001 100001 11101 101000000 1011111 100100

Color Harmonies of #B50579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50579

Black with #B50579

Text Example


Text Example

White with #B50579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50579; }

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

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

background-color css

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

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

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

border-color css

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

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

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