#B31699

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

Shades of Medium Violet Red #B31699

Tints of Medium Violet Red #B31699

Color information

#B31699 (or 0xB31699) is unknown color: approx Medium Violet Red. HEX triplet: B3, 16 and 99. RGB value is (179,22,153). Sum of RGB (Red+Green+Blue) = 179+22+153=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B31699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31699 is #4CE966. Grayscale: #535353. Windows color (decimal): -5040487 or 10032819. OLE color: 10032819.

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

Color convert

RGB17922153-
CMYK00.880.150.30
HSL309.94º78.11%39.41%-
HSV(B)309.94º87.71%70.2%-
XYZ24.6312.4631.24-
YUV83.88167.01195.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.56%
GREEN value IS 22 (8.98% from 255) = 6.21%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=50.56%
G=6.21%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792215300.880.150.30309.9478.1139.41
HexB31699058F1E1364e27
Octal263262310130173646611647
Binary101100111011010011001010110001111111101001101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31699; }

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

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

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

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

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

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

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

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