#B50B86

Color #B50B86 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B50B86

Tints of Medium Violet Red #B50B86

Color information

#B50B86 (or 0xB50B86) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0B and 86. RGB value is (181,11,134). Sum of RGB (Red+Green+Blue) = 181+11+134=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50B86 is #4AF479. Grayscale: #4B4B4B. Windows color (decimal): -4912250 or 8784821. OLE color: 8784821.

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

Color convert

RGB18111134-
CMYK00.940.260.29
HSL316.59º88.54%37.65%-
HSV(B)316.59º93.92%70.98%-
XYZ23.4811.7823.59-
YUV75.85160.82203-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 11 (4.69% from 255) = 3.37%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=55.52%
G=3.37%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811113400.940.260.29316.5988.5437.65
HexB5B8605E1A1D13d5926
Octal265132060136323547513146
Binary101101011011100001100101111011010111011001111011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50B86; }

 p { color: rgb(181,11,134); }

 H1.HeaderClassName
 {
   color: #B50B86;
 }
 .AnyTagClassName
 {
   color: #B50B86;
 }
</style>
background-color css

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

 a { background-color: rgb(181,11,134); }

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

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

 span { border-color: rgb(181,11,134); }

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