#B31075

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

Shades of Medium Violet Red #B31075

Tints of Medium Violet Red #B31075

Color information

#B31075 (or 0xB31075) is unknown color: approx Medium Violet Red. HEX triplet: B3, 10 and 75. RGB value is (179,16,117). Sum of RGB (Red+Green+Blue) = 179+16+117=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B31075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31075 is #4CEF8A. Grayscale: #4C4C4C. Windows color (decimal): -5042059 or 7671987. OLE color: 7671987.

HSL color Cylindrical-coordinate representation of color #B31075: hue angle of 322.82º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31075 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB17916117-
CMYK00.910.350.30
HSL322.82º83.59%38.24%-
HSV(B)322.82º91.06%70.2%-
XYZ21.9911.2417.84-
YUV76.25151201.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.37%
GREEN value IS 16 (6.64% from 255) = 5.13%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=57.37%
G=5.13%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791611700.910.350.30322.8283.5938.24
HexB3107505B231E1435426
Octal263201650133433650312446
Binary1011001110000111010101011011100011111101010000111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31075; }

 p { color: rgb(179,16,117); }

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

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

 a { background-color: rgb(179,16,117); }

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

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

 span { border-color: rgb(179,16,117); }

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