#B31A93

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

Shades of Medium Violet Red #B31A93

Tints of Medium Violet Red #B31A93

Color information

#B31A93 (or 0xB31A93) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1A and 93. RGB value is (179,26,147). Sum of RGB (Red+Green+Blue) = 179+26+147=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31A93 is #4CE56C. Grayscale: #555555. Windows color (decimal): -5039469 or 9640627. OLE color: 9640627.

HSL color Cylindrical-coordinate representation of color #B31A93: hue angle of 312.55º 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 #B31A93 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17926147-
CMYK00.850.180.30
HSL312.55º74.63%40.2%-
HSV(B)312.55º85.47%70.2%-
XYZ24.2312.4328.73-
YUV85.54162.69194.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 26 (10.55% from 255) = 7.39%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=50.85%
G=7.39%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792614700.850.180.30312.5574.6340.2
HexB31A93055121E1394b28
Octal263322230125223647111350
Binary1011001111010100100110101010110010111101001110011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A93; }

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

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

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

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

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

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

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

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