#B31A80

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

Shades of Medium Violet Red #B31A80

Tints of Medium Violet Red #B31A80

Color information

#B31A80 (or 0xB31A80) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1A and 80. RGB value is (179,26,128). Sum of RGB (Red+Green+Blue) = 179+26+128=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31A80 is #4CE57F. Grayscale: #535353. Windows color (decimal): -5039488 or 8395443. OLE color: 8395443.

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

Color convert

RGB17926128-
CMYK00.850.280.30
HSL320º74.63%40.2%-
HSV(B)320º85.47%70.2%-
XYZ22.8611.8821.51-
YUV83.38153.19196.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 26 (10.55% from 255) = 7.81%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=53.75%
G=7.81%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792612800.850.280.3032074.6340.2
HexB31A800551C1E1404b28
Octal263322000125343650011350
Binary1011001111010100000000101010111100111101010000001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A80; }

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

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

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

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

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

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

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

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