Html Css Color HEX #B50B77 Medium Violet Red

📋 copy color: '#B50B77'

red 181 ◦ green 11 ◦ blue 119

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

Shades of Medium Violet Red #B50B77

Tints of Medium Violet Red #B50B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

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

R = 58.2%
G = 3.54%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B50B77 (or 0xB50B77) is known color: Medium Violet Red. HEX triplet: B5, 0B and 77. RGB value is (181,11,119). Sum of RGB (Red+Green+Blue) = 181+11+119=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50B77 is #4AF488. Grayscale: #494949. Windows color (decimal): -4912265 or 7801781. OLE color: 7801781.

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

Color convert

RGB 181 11 119 -
CMYK 0 0.94 0.34 0.29
HSL 321.88º 0.89% 0.38% -
HSV(B) 321.88º 0.94% 0.71% -
XYZ 22.51 11.4 18.47 -
YUV 74.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 181 11 119 0 0.94 0.34 0.29 321.88 0.89 0.38
Hex B5 B 77 0 5E 22 1D 142 59 26
Octal 265 13 167 0 136 42 35 502 131 46
Binary 10110101 1011 1110111 0 1011110 100010 11101 101000010 1011001 100110

Color Harmonies of #B50B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B77

Black with #B50B77

Text Example


Text Example

White with #B50B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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