#B8058E

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

Shades of Medium Violet Red #B8058E

Tints of Medium Violet Red #B8058E

Color information

#B8058E (or 0xB8058E) is unknown color: approx Medium Violet Red. HEX triplet: B8, 05 and 8E. RGB value is (184,5,142). Sum of RGB (Red+Green+Blue) = 184+5+142=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8058E is #47FA71. Grayscale: #494949. Windows color (decimal): -4717170 or 9307576. OLE color: 9307576.

HSL color Cylindrical-coordinate representation of color #B8058E: hue angle of 314.08º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8058E is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB1845142-
CMYK00.970.230.28
HSL314.08º94.71%37.06%-
HSV(B)314.08º97.28%72.16%-
XYZ24.712.2526.65-
YUV74.14166.3206.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 5 (2.34% from 255) = 1.51%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=55.59%
G=1.51%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184514200.970.230.28314.0894.7137.06
HexB858E061171C13a5f25
Octal27052160141273447213745
Binary10111000101100011100110000110111111001001110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8058E; }

 p { color: rgb(184,5,142); }

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

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

 a { background-color: rgb(184,5,142); }

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

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

 span { border-color: rgb(184,5,142); }

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