#B8159C

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

Shades of Medium Violet Red #B8159C

Tints of Medium Violet Red #B8159C

Color information

#B8159C (or 0xB8159C) is unknown color: approx Medium Violet Red. HEX triplet: B8, 15 and 9C. RGB value is (184,21,156). Sum of RGB (Red+Green+Blue) = 184+21+156=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8159C is #47EA63. Grayscale: #545454. Windows color (decimal): -4713060 or 10229176. OLE color: 10229176.

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

Color convert

RGB18421156-
CMYK00.890.150.28
HSL310.31º79.51%40.2%-
HSV(B)310.31º88.59%72.16%-
XYZ26.0413.1332.61-
YUV85.13168198.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 21 (8.59% from 255) = 5.82%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=50.97%
G=5.82%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842115600.890.150.28310.3179.5140.2
HexB8159C059F1C1365028
Octal270252340131173446612050
Binary101110001010110011100010110011111111001001101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8159C; }

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

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

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

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

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

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

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

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