#B80588

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

Shades of Medium Violet Red #B80588

Tints of Medium Violet Red #B80588

Color information

#B80588 (or 0xB80588) is unknown color: approx Medium Violet Red. HEX triplet: B8, 05 and 88. RGB value is (184,5,136). Sum of RGB (Red+Green+Blue) = 184+5+136=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B80588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80588 is #47FA77. Grayscale: #494949. Windows color (decimal): -4717176 or 8914360. OLE color: 8914360.

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

Color convert

RGB1845136-
CMYK00.970.260.28
HSL316.09º94.71%37.06%-
HSV(B)316.09º97.28%72.16%-
XYZ24.2712.0824.34-
YUV73.46163.3206.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=56.62%
G=1.54%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184513600.970.260.28316.0994.7137.06
HexB85880611A1C13c5f25
Octal27052100141323447413745
Binary10111000101100010000110000111010111001001111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80588; }

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

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

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

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

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

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

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

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