#B31FA7

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

Shades of Medium Violet Red #B31FA7

Tints of Medium Violet Red #B31FA7

Color information

#B31FA7 (or 0xB31FA7) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1F and A7. RGB value is (179,31,167). Sum of RGB (Red+Green+Blue) = 179+31+167=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B31FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31FA7 is #4CE058. Grayscale: #5A5A5A. Windows color (decimal): -5038169 or 10952627. OLE color: 10952627.

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

Color convert

RGB17931167-
CMYK00.830.070.30
HSL304.86º70.48%41.18%-
HSV(B)304.86º82.68%70.2%-
XYZ26.0613.3537.76-
YUV90.76171.03190.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 31 (12.5% from 255) = 8.22%
BLUE value IS 167 (65.62% from 255) = 44.30%
R=47.48%
G=8.22%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793116700.830.070.30304.8670.4841.18
HexB31FA705371E1314629
Octal26337247012373646110651
Binary10110011111111010011101010011111111101001100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31FA7; }

 p { color: rgb(179,31,167); }

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

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

 a { background-color: rgb(179,31,167); }

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

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

 span { border-color: rgb(179,31,167); }

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