#B31C83

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

Shades of Medium Violet Red #B31C83

Tints of Medium Violet Red #B31C83

Color information

#B31C83 (or 0xB31C83) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1C and 83. RGB value is (179,28,131). Sum of RGB (Red+Green+Blue) = 179+28+131=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C83 is #4CE37C. Grayscale: #545454. Windows color (decimal): -5038973 or 8592563. OLE color: 8592563.

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

Color convert

RGB17928131-
CMYK00.840.270.30
HSL319.07º72.95%40.59%-
HSV(B)319.07º84.36%70.2%-
XYZ23.112.0522.58-
YUV84.89154.03195.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.96%
GREEN value IS 28 (11.33% from 255) = 8.28%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=52.96%
G=8.28%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792813100.840.270.30319.0772.9540.59
HexB31C830541B1E13f4929
Octal263342030124333647711151
Binary1011001111100100000110101010011011111101001111111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31C83; }

 p { color: rgb(179,28,131); }

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

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

 a { background-color: rgb(179,28,131); }

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

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

 span { border-color: rgb(179,28,131); }

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