Html Css Color HEX #B50E73 Medium Violet Red

📋 copy color: '#B50E73'

red 181 ◦ green 14 ◦ blue 115

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

Shades of Medium Violet Red #B50E73

Tints of Medium Violet Red #B50E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 58.39%
G = 4.52%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B50E73 (or 0xB50E73) is known color: Medium Violet Red. HEX triplet: B5, 0E and 73. RGB value is (181,14,115). Sum of RGB (Red+Green+Blue) = 181+14+115=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50E73 is #4AF18C. Grayscale: #4B4B4B. Windows color (decimal): -4911501 or 7540405. OLE color: 7540405.

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

Color convert

RGB 181 14 115 -
CMYK 0 0.92 0.36 0.29
HSL 323.71º 0.86% 0.38% -
HSV(B) 323.71º 0.92% 0.71% -
XYZ 22.31 11.38 17.24 -
YUV 75.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 181 14 115 0 0.92 0.36 0.29 323.71 0.86 0.38
Hex B5 E 73 0 5C 24 1D 144 56 26
Octal 265 16 163 0 134 44 35 504 126 46
Binary 10110101 1110 1110011 0 1011100 100100 11101 101000100 1010110 100110

Color Harmonies of #B50E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50E73

Black with #B50E73

Text Example


Text Example

White with #B50E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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