#B80587

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

Shades of Medium Violet Red #B80587

Tints of Medium Violet Red #B80587

Color information

#B80587 (or 0xB80587) is unknown color: approx Medium Violet Red. HEX triplet: B8, 05 and 87. RGB value is (184,5,135). Sum of RGB (Red+Green+Blue) = 184+5+135=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B80587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80587 is #47FA78. Grayscale: #494949. Windows color (decimal): -4717177 or 8848824. OLE color: 8848824.

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

Color convert

RGB1845135-
CMYK00.970.270.28
HSL316.42º94.71%37.06%-
HSV(B)316.42º97.28%72.16%-
XYZ24.1912.0523.97-
YUV73.34162.8206.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.79%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=56.79%
G=1.54%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184513500.970.270.28316.4294.7137.06
HexB85870611B1C13c5f25
Octal27052070141333447413745
Binary10111000101100001110110000111011111001001111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80587; }

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

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

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

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

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

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

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

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