#B31C85

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

Shades of Medium Violet Red #B31C85

Tints of Medium Violet Red #B31C85

Color information

#B31C85 (or 0xB31C85) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1C and 85. RGB value is (179,28,133). Sum of RGB (Red+Green+Blue) = 179+28+133=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C85 is #4CE37A. Grayscale: #545454. Windows color (decimal): -5038971 or 8723635. OLE color: 8723635.

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

Color convert

RGB17928133-
CMYK00.840.260.30
HSL318.28º72.95%40.59%-
HSV(B)318.28º84.36%70.2%-
XYZ23.2412.1123.3-
YUV85.12155.03194.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 28 (11.33% from 255) = 8.24%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=52.65%
G=8.24%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792813300.840.260.30318.2872.9540.59
HexB31C850541A1E13e4929
Octal263342050124323647611151
Binary1011001111100100001010101010011010111101001111101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31C85; }

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

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

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

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

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

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

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

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