#B31380

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

Shades of Medium Violet Red #B31380

Tints of Medium Violet Red #B31380

Color information

#B31380 (or 0xB31380) is unknown color: approx Medium Violet Red. HEX triplet: B3, 13 and 80. RGB value is (179,19,128). Sum of RGB (Red+Green+Blue) = 179+19+128=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B31380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31380 is #4CEC7F. Grayscale: #4E4E4E. Windows color (decimal): -5041280 or 8393651. OLE color: 8393651.

HSL color Cylindrical-coordinate representation of color #B31380: hue angle of 319.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31380 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB17919128-
CMYK00.890.280.30
HSL319.12º80.81%38.82%-
HSV(B)319.12º89.39%70.2%-
XYZ22.7211.6121.47-
YUV79.27155.51199.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 19 (7.81% from 255) = 5.83%
BLUE value IS 128 (50.39% from 255) = 39.26%
R=54.91%
G=5.83%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791912800.890.280.30319.1280.8138.82
HexB313800591C1E13f5127
Octal263232000131343647712147
Binary1011001110011100000000101100111100111101001111111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31380; }

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

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

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

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

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

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

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

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