#B31698

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

Shades of Medium Violet Red #B31698

Tints of Medium Violet Red #B31698

Color information

#B31698 (or 0xB31698) is unknown color: approx Medium Violet Red. HEX triplet: B3, 16 and 98. RGB value is (179,22,152). Sum of RGB (Red+Green+Blue) = 179+22+152=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B31698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31698 is #4CE967. Grayscale: #535353. Windows color (decimal): -5040488 or 9967283. OLE color: 9967283.

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

Color convert

RGB17922152-
CMYK00.880.150.30
HSL310.32º78.11%39.41%-
HSV(B)310.32º87.71%70.2%-
XYZ24.5412.4230.81-
YUV83.76166.51195.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 22 (8.98% from 255) = 6.23%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=50.71%
G=6.23%
B=43.06%

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
Decimal1792215200.880.150.30310.3278.1139.41
HexB31698058F1E1364e27
Octal263262300130173646611647
Binary101100111011010011000010110001111111101001101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31698; }

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

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

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

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

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

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

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

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