#B8319A

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

Shades of Medium Red Violet #B8319A

Tints of Medium Red Violet #B8319A

Color information

#B8319A (or 0xB8319A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 31 and 9A. RGB value is (184,49,154). Sum of RGB (Red+Green+Blue) = 184+49+154=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8319A is #47CE65. Grayscale: #656565. Windows color (decimal): -4705894 or 10105272. OLE color: 10105272.

HSL color Cylindrical-coordinate representation of color #B8319A: hue angle of 313.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8319A is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18449154-
CMYK00.730.160.28
HSL313.33º57.94%45.69%-
HSV(B)313.33º73.37%72.16%-
XYZ26.714.7232.01-
YUV101.34157.73186.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 49 (19.53% from 255) = 12.66%
BLUE value IS 154 (60.55% from 255) = 39.79%
R=47.55%
G=12.66%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844915400.730.160.28313.3357.9445.69
HexB8319A049101C1393a2e
Octal27061232011120344717256
Binary1011100011000110011010010010011000011100100111001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8319A; }

 p { color: rgb(184,49,154); }

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

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

 a { background-color: rgb(184,49,154); }

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

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

 span { border-color: rgb(184,49,154); }

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