#B31973

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

Shades of Medium Violet Red #B31973

Tints of Medium Violet Red #B31973

Color information

#B31973 (or 0xB31973) is unknown color: approx Medium Violet Red. HEX triplet: B3, 19 and 73. RGB value is (179,25,115). Sum of RGB (Red+Green+Blue) = 179+25+115=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B31973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31973 is #4CE68C. Grayscale: #515151. Windows color (decimal): -5039757 or 7543219. OLE color: 7543219.

HSL color Cylindrical-coordinate representation of color #B31973: hue angle of 324.94º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31973 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17925115-
CMYK00.860.360.30
HSL324.94º75.49%40%-
HSV(B)324.94º86.03%70.2%-
XYZ22.0311.5217.28-
YUV81.31147.02197.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.11%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=56.11%
G=7.84%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792511500.860.360.30324.9475.4940
HexB31973056241E1454b28
Octal263311630126443650511350
Binary1011001111001111001101010110100100111101010001011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31973; }

 p { color: rgb(179,25,115); }

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

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

 a { background-color: rgb(179,25,115); }

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

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

 span { border-color: rgb(179,25,115); }

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