#B50287

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

Shades of Medium Violet Red #B50287

Tints of Medium Violet Red #B50287

Color information

#B50287 (or 0xB50287) is unknown color: approx Medium Violet Red. HEX triplet: B5, 02 and 87. RGB value is (181,2,135). Sum of RGB (Red+Green+Blue) = 181+2+135=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B50287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50287 is #4AFD78. Grayscale: #464646. Windows color (decimal): -4914553 or 8848053. OLE color: 8848053.

HSL color Cylindrical-coordinate representation of color #B50287: hue angle of 315.42º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50287 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB1812135-
CMYK00.990.250.29
HSL315.42º97.81%35.88%-
HSV(B)315.42º98.9%70.98%-
XYZ23.4511.6223.93-
YUV70.68164.3206.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=56.92%
G=0.63%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181213500.990.250.29315.4297.8135.88
HexB5287063191D13b6224
Octal26522070143313547314244
Binary1011010110100001110110001111001111011001110111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50287; }

 p { color: rgb(181,2,135); }

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

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

 a { background-color: rgb(181,2,135); }

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

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

 span { border-color: rgb(181,2,135); }

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