#B31675

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

Shades of Medium Violet Red #B31675

Tints of Medium Violet Red #B31675

Color information

#B31675 (or 0xB31675) is unknown color: approx Medium Violet Red. HEX triplet: B3, 16 and 75. RGB value is (179,22,117). Sum of RGB (Red+Green+Blue) = 179+22+117=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B31675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31675 is #4CE98A. Grayscale: #4F4F4F. Windows color (decimal): -5040523 or 7673523. OLE color: 7673523.

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

Color convert

RGB17922117-
CMYK00.880.350.30
HSL323.69º78.11%39.41%-
HSV(B)323.69º87.71%70.2%-
XYZ22.0911.4417.87-
YUV79.77149.01198.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.29%
GREEN value IS 22 (8.98% from 255) = 6.92%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=56.29%
G=6.92%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792211700.880.350.30323.6978.1139.41
HexB31675058231E1444e27
Octal263261650130433650411647
Binary1011001110110111010101011000100011111101010001001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31675; }

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

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

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

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

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

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

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

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