#B8139E

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

Shades of Medium Violet Red #B8139E

Tints of Medium Violet Red #B8139E

Color information

#B8139E (or 0xB8139E) is unknown color: approx Medium Violet Red. HEX triplet: B8, 13 and 9E. RGB value is (184,19,158). Sum of RGB (Red+Green+Blue) = 184+19+158=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8139E is #47EC61. Grayscale: #535353. Windows color (decimal): -4713570 or 10359736. OLE color: 10359736.

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

Color convert

RGB18419158-
CMYK00.900.140.28
HSL309.45º81.28%39.8%-
HSV(B)309.45º89.67%72.16%-
XYZ26.1713.1233.5-
YUV84.18169.66199.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 19 (7.81% from 255) = 5.26%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=50.97%
G=5.26%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841915800.900.140.28309.4581.2839.8
HexB8139E05AE1C1355128
Octal270232360132163446512150
Binary101110001001110011110010110101110111001001101011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8139E; }

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

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

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

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

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

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

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

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