Html Css Color HEX #B50EA0 Medium Violet Red

📋 copy color: '#B50EA0'

red 181 ◦ green 14 ◦ blue 160

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

Shades of Medium Violet Red #B50EA0

Tints of Medium Violet Red #B50EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 50.99%
G = 3.94%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B50EA0 (or 0xB50EA0) is known color: Medium Violet Red. HEX triplet: B5, 0E and A0. RGB value is (181,14,160). Sum of RGB (Red+Green+Blue) = 181+14+160=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B50EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50EA0 is #4AF15F. Grayscale: #505050. Windows color (decimal): -4911456 or 10489525. OLE color: 10489525.

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

Color convert

RGB 181 14 160 -
CMYK 0 0.92 0.12 0.29
HSL 307.54º 0.86% 0.38% -
HSV(B) 307.54º 0.92% 0.71% -
XYZ 25.56 12.68 34.36 -
YUV 80.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 181 14 160 0 0.92 0.12 0.29 307.54 0.86 0.38
Hex B5 E A0 0 5C C 1D 134 56 26
Octal 265 16 240 0 134 14 35 464 126 46
Binary 10110101 1110 10100000 0 1011100 1100 11101 100110100 1010110 100110

Color Harmonies of #B50EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50EA0

Black with #B50EA0

Text Example


Text Example

White with #B50EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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