Html Css Color HEX #B50E94 Medium Violet Red

📋 copy color: '#B50E94'

red 181 ◦ green 14 ◦ blue 148

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

Shades of Medium Violet Red #B50E94

Tints of Medium Violet Red #B50E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 52.77%
G = 4.08%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B50E94 (or 0xB50E94) is known color: Medium Violet Red. HEX triplet: B5, 0E and 94. RGB value is (181,14,148). Sum of RGB (Red+Green+Blue) = 181+14+148=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50E94 is #4AF16B. Grayscale: #4E4E4E. Windows color (decimal): -4911468 or 9703093. OLE color: 9703093.

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

Color convert

RGB 181 14 148 -
CMYK 0 0.92 0.18 0.29
HSL 311.86º 0.86% 0.38% -
HSV(B) 311.86º 0.92% 0.71% -
XYZ 24.56 12.28 29.09 -
YUV 79.21 166.83 200.6 -
System Red Green Blue C M Y K H S L
Decimal 181 14 148 0 0.92 0.18 0.29 311.86 0.86 0.38
Hex B5 E 94 0 5C 12 1D 138 56 26
Octal 265 16 224 0 134 22 35 470 126 46
Binary 10110101 1110 10010100 0 1011100 10010 11101 100111000 1010110 100110

Color Harmonies of #B50E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50E94

Black with #B50E94

Text Example


Text Example

White with #B50E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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