#B31691

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

Shades of Medium Violet Red #B31691

Tints of Medium Violet Red #B31691

Color information

#B31691 (or 0xB31691) is unknown color: approx Medium Violet Red. HEX triplet: B3, 16 and 91. RGB value is (179,22,145). Sum of RGB (Red+Green+Blue) = 179+22+145=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B31691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31691 is #4CE96E. Grayscale: #525252. Windows color (decimal): -5040495 or 9508531. OLE color: 9508531.

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

Color convert

RGB17922145-
CMYK00.880.190.30
HSL312.99º78.11%39.41%-
HSV(B)312.99º87.71%70.2%-
XYZ23.9912.227.88-
YUV82.96163.01196.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 22 (8.98% from 255) = 6.36%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=51.73%
G=6.36%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792214500.880.190.30312.9978.1139.41
HexB31691058131E1394e27
Octal263262210130233647111647
Binary1011001110110100100010101100010011111101001110011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31691; }

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

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

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

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

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

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

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

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