#B80589

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

Shades of Medium Violet Red #B80589

Tints of Medium Violet Red #B80589

Color information

#B80589 (or 0xB80589) is unknown color: approx Medium Violet Red. HEX triplet: B8, 05 and 89. RGB value is (184,5,137). Sum of RGB (Red+Green+Blue) = 184+5+137=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B80589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80589 is #47FA76. Grayscale: #494949. Windows color (decimal): -4717175 or 8979896. OLE color: 8979896.

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

Color convert

RGB1845137-
CMYK00.970.260.28
HSL315.75º94.71%37.06%-
HSV(B)315.75º97.28%72.16%-
XYZ24.3412.1124.72-
YUV73.57163.8206.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 5 (2.34% from 255) = 1.53%
BLUE value IS 137 (53.91% from 255) = 42.02%
R=56.44%
G=1.53%
B=42.02%

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
Decimal184513700.970.260.28315.7594.7137.06
HexB85890611A1C13c5f25
Octal27052110141323447413745
Binary10111000101100010010110000111010111001001111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80589; }

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

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

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

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

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

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

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

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