#B50286

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

Shades of Medium Violet Red #B50286

Tints of Medium Violet Red #B50286

Color information

#B50286 (or 0xB50286) is unknown color: approx Medium Violet Red. HEX triplet: B5, 02 and 86. RGB value is (181,2,134). Sum of RGB (Red+Green+Blue) = 181+2+134=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B50286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50286 is #4AFD79. Grayscale: #464646. Windows color (decimal): -4914554 or 8782517. OLE color: 8782517.

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

Color convert

RGB1812134-
CMYK00.990.260.29
HSL315.75º97.81%35.88%-
HSV(B)315.75º98.9%70.98%-
XYZ23.3811.5923.56-
YUV70.57163.8206.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.10%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=57.10%
G=0.63%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181213400.990.260.29315.7597.8135.88
HexB52860631A1D13c6224
Octal26522060143323547414244
Binary1011010110100001100110001111010111011001111001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50286; }

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

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

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

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

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

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

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

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