#B31680

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

Shades of Medium Violet Red #B31680

Tints of Medium Violet Red #B31680

Color information

#B31680 (or 0xB31680) is unknown color: approx Medium Violet Red. HEX triplet: B3, 16 and 80. RGB value is (179,22,128). Sum of RGB (Red+Green+Blue) = 179+22+128=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B31680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31680 is #4CE97F. Grayscale: #505050. Windows color (decimal): -5040512 or 8394419. OLE color: 8394419.

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

Color convert

RGB17922128-
CMYK00.880.280.30
HSL319.49º78.11%39.41%-
HSV(B)319.49º87.71%70.2%-
XYZ22.7711.7221.48-
YUV81.03154.51197.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=54.41%
G=6.69%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792212800.880.280.30319.4978.1139.41
HexB316800581C1E13f4e27
Octal263262000130343647711647
Binary1011001110110100000000101100011100111101001111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31680; }

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

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

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

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

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

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

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

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