#B8319C

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

Shades of Medium Red Violet #B8319C

Tints of Medium Red Violet #B8319C

Color information

#B8319C (or 0xB8319C) is unknown color: approx Medium Red Violet. HEX triplet: B8, 31 and 9C. RGB value is (184,49,156). Sum of RGB (Red+Green+Blue) = 184+49+156=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8319C is #47CE63. Grayscale: #656565. Windows color (decimal): -4705892 or 10236344. OLE color: 10236344.

HSL color Cylindrical-coordinate representation of color #B8319C: hue angle of 312.44º 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 #B8319C is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB18449156-
CMYK00.730.150.28
HSL312.44º57.94%45.69%-
HSV(B)312.44º73.37%72.16%-
XYZ26.8714.7932.89-
YUV101.56158.73186.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 49 (19.53% from 255) = 12.60%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=47.30%
G=12.60%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844915600.730.150.28312.4457.9445.69
HexB8319C049F1C1383a2e
Octal27061234011117344707256
Binary101110001100011001110001001001111111100100111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8319C; }

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

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

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

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

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

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

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

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