#B50F85

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

Shades of Medium Violet Red #B50F85

Tints of Medium Violet Red #B50F85

Color information

#B50F85 (or 0xB50F85) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0F and 85. RGB value is (181,15,133). Sum of RGB (Red+Green+Blue) = 181+15+133=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50F85 is #4AF07A. Grayscale: #4D4D4D. Windows color (decimal): -4911227 or 8720309. OLE color: 8720309.

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

Color convert

RGB18115133-
CMYK00.920.270.29
HSL317.35º84.69%38.43%-
HSV(B)317.35º91.71%70.98%-
XYZ23.4611.8623.24-
YUV78.09159201.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 15 (6.25% from 255) = 4.56%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=55.02%
G=4.56%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811513300.920.270.29317.3584.6938.43
HexB5F8505C1B1D13d5526
Octal265172050134333547512546
Binary101101011111100001010101110011011111011001111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F85; }

 p { color: rgb(181,15,133); }

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

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

 a { background-color: rgb(181,15,133); }

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

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

 span { border-color: rgb(181,15,133); }

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