Html Css Color HEX #B50779 Medium Violet Red

📋 copy color: '#B50779'

red 181 ◦ green 7 ◦ blue 121

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

Shades of Medium Violet Red #B50779

Tints of Medium Violet Red #B50779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

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

R = 58.58%
G = 2.27%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B50779 (or 0xB50779) is known color: Medium Violet Red. HEX triplet: B5, 07 and 79. RGB value is (181,7,121). Sum of RGB (Red+Green+Blue) = 181+7+121=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B50779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50779 is #4AF886. Grayscale: #474747. Windows color (decimal): -4913287 or 7931829. OLE color: 7931829.

HSL color Cylindrical-coordinate representation of color #B50779: hue angle of 320.69º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50779 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 7 121 -
CMYK 0 0.96 0.33 0.29
HSL 320.69º 0.93% 0.37% -
HSV(B) 320.69º 0.96% 0.71% -
XYZ 22.58 11.36 19.09 -
YUV 72.02 155.65 205.73 -
System Red Green Blue C M Y K H S L
Decimal 181 7 121 0 0.96 0.33 0.29 320.69 0.93 0.37
Hex B5 7 79 0 60 21 1D 141 5D 25
Octal 265 7 171 0 140 41 35 501 135 45
Binary 10110101 111 1111001 0 1100000 100001 11101 101000001 1011101 100101

Color Harmonies of #B50779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50779

Black with #B50779

Text Example


Text Example

White with #B50779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50779; }

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

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

background-color css

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

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

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

border-color css

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

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

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