#B31AA8

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

Shades of Medium Violet Red #B31AA8

Tints of Medium Violet Red #B31AA8

Color information

#B31AA8 (or 0xB31AA8) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1A and A8. RGB value is (179,26,168). Sum of RGB (Red+Green+Blue) = 179+26+168=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B31AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31AA8 is #4CE557. Grayscale: #575757. Windows color (decimal): -5039448 or 11016883. OLE color: 11016883.

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

Color convert

RGB17926168-
CMYK00.850.060.30
HSL304.31º74.63%40.2%-
HSV(B)304.31º85.47%70.2%-
XYZ26.0313.1538.21-
YUV87.94173.19192.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 26 (10.55% from 255) = 6.97%
BLUE value IS 168 (66.02% from 255) = 45.04%
R=47.99%
G=6.97%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792616800.850.060.30304.3174.6340.2
HexB31AA805561E1304b28
Octal26332250012563646011350
Binary10110011110101010100001010101110111101001100001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31AA8; }

 p { color: rgb(179,26,168); }

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

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

 a { background-color: rgb(179,26,168); }

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

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

 span { border-color: rgb(179,26,168); }

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