Html Css Color HEX #B50D77 Medium Violet Red

📋 copy color: '#B50D77'

red 181 ◦ green 13 ◦ blue 119

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

Shades of Medium Violet Red #B50D77

Tints of Medium Violet Red #B50D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 57.83%
G = 4.15%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B50D77 (or 0xB50D77) is known color: Medium Violet Red. HEX triplet: B5, 0D and 77. RGB value is (181,13,119). Sum of RGB (Red+Green+Blue) = 181+13+119=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50D77 is #4AF288. Grayscale: #4B4B4B. Windows color (decimal): -4911753 or 7802293. OLE color: 7802293.

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

Color convert

RGB 181 13 119 -
CMYK 0 0.93 0.34 0.29
HSL 322.14º 0.87% 0.38% -
HSV(B) 322.14º 0.93% 0.71% -
XYZ 22.53 11.44 18.47 -
YUV 75.32 152.66 203.38 -
System Red Green Blue C M Y K H S L
Decimal 181 13 119 0 0.93 0.34 0.29 322.14 0.87 0.38
Hex B5 D 77 0 5D 22 1D 142 57 26
Octal 265 15 167 0 135 42 35 502 127 46
Binary 10110101 1101 1110111 0 1011101 100010 11101 101000010 1010111 100110

Color Harmonies of #B50D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50D77

Black with #B50D77

Text Example


Text Example

White with #B50D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50D77; }

 p { color: rgb(181,13,119); }

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

background-color css

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

 a { background-color: rgb(181,13,119); }

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

border-color css

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

 span { border-color: rgb(181,13,119); }

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