Html Css Color HEX #B50E76 Medium Violet Red

📋 copy color: '#B50E76'

red 181 ◦ green 14 ◦ blue 118

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

Shades of Medium Violet Red #B50E76

Tints of Medium Violet Red #B50E76

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.47%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 57.83%
G = 4.47%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B50E76 (or 0xB50E76) is known color: Medium Violet Red. HEX triplet: B5, 0E and 76. RGB value is (181,14,118). Sum of RGB (Red+Green+Blue) = 181+14+118=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50E76 is #4AF189. Grayscale: #4B4B4B. Windows color (decimal): -4911498 or 7737013. OLE color: 7737013.

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

Color convert

RGB 181 14 118 -
CMYK 0 0.92 0.35 0.29
HSL 322.63º 0.86% 0.38% -
HSV(B) 322.63º 0.92% 0.71% -
XYZ 22.48 11.45 18.16 -
YUV 75.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 181 14 118 0 0.92 0.35 0.29 322.63 0.86 0.38
Hex B5 E 76 0 5C 23 1D 143 56 26
Octal 265 16 166 0 134 43 35 503 126 46
Binary 10110101 1110 1110110 0 1011100 100011 11101 101000011 1010110 100110

Color Harmonies of #B50E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50E76

Black with #B50E76

Text Example


Text Example

White with #B50E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50E76; }

 p { color: rgb(181,14,118); }

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

background-color css

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

 a { background-color: rgb(181,14,118); }

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

border-color css

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

 span { border-color: rgb(181,14,118); }

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