#B31A86

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

Shades of Medium Violet Red #B31A86

Tints of Medium Violet Red #B31A86

Color information

#B31A86 (or 0xB31A86) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1A and 86. RGB value is (179,26,134). Sum of RGB (Red+Green+Blue) = 179+26+134=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31A86 is #4CE579. Grayscale: #535353. Windows color (decimal): -5039482 or 8788659. OLE color: 8788659.

HSL color Cylindrical-coordinate representation of color #B31A86: hue angle of 317.65º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A86 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17926134-
CMYK00.850.250.30
HSL317.65º74.63%40.2%-
HSV(B)317.65º85.47%70.2%-
XYZ23.2612.0423.65-
YUV84.06156.19195.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=52.80%
G=7.67%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792613400.850.250.30317.6574.6340.2
HexB31A86055191E13e4b28
Octal263322060125313647611350
Binary1011001111010100001100101010111001111101001111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A86; }

 p { color: rgb(179,26,134); }

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

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

 a { background-color: rgb(179,26,134); }

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

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

 span { border-color: rgb(179,26,134); }

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