Html Css Color HEX #B50E88 Medium Violet Red

📋 copy color: '#B50E88'

red 181 ◦ green 14 ◦ blue 136

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

Shades of Medium Violet Red #B50E88

Tints of Medium Violet Red #B50E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 54.68%
G = 4.23%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B50E88 (or 0xB50E88) is known color: Medium Violet Red. HEX triplet: B5, 0E and 88. RGB value is (181,14,136). Sum of RGB (Red+Green+Blue) = 181+14+136=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50E88 is #4AF177. Grayscale: #4D4D4D. Windows color (decimal): -4911480 or 8916661. OLE color: 8916661.

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

Color convert

RGB 181 14 136 -
CMYK 0 0.92 0.25 0.29
HSL 316.17º 0.86% 0.38% -
HSV(B) 316.17º 0.92% 0.71% -
XYZ 23.66 11.92 24.35 -
YUV 77.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 181 14 136 0 0.92 0.25 0.29 316.17 0.86 0.38
Hex B5 E 88 0 5C 19 1D 13C 56 26
Octal 265 16 210 0 134 31 35 474 126 46
Binary 10110101 1110 10001000 0 1011100 11001 11101 100111100 1010110 100110

Color Harmonies of #B50E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50E88

Black with #B50E88

Text Example


Text Example

White with #B50E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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