#B8139D

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

Shades of Medium Violet Red #B8139D

Tints of Medium Violet Red #B8139D

Color information

#B8139D (or 0xB8139D) is unknown color: approx Medium Violet Red. HEX triplet: B8, 13 and 9D. RGB value is (184,19,157). Sum of RGB (Red+Green+Blue) = 184+19+157=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8139D is #47EC62. Grayscale: #535353. Windows color (decimal): -4713571 or 10294200. OLE color: 10294200.

HSL color Cylindrical-coordinate representation of color #B8139D: hue angle of 309.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8139D is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB18419157-
CMYK00.900.150.28
HSL309.82º81.28%39.8%-
HSV(B)309.82º89.67%72.16%-
XYZ26.0913.0933.05-
YUV84.07169.16199.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 19 (7.81% from 255) = 5.28%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=51.11%
G=5.28%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841915700.900.150.28309.8281.2839.8
HexB8139D05AF1C1365128
Octal270232350132173446612150
Binary101110001001110011101010110101111111001001101101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8139D; }

 p { color: rgb(184,19,157); }

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

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

 a { background-color: rgb(184,19,157); }

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

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

 span { border-color: rgb(184,19,157); }

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