#B80590

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

Shades of Medium Violet Red #B80590

Tints of Medium Violet Red #B80590

Color information

#B80590 (or 0xB80590) is unknown color: approx Medium Violet Red. HEX triplet: B8, 05 and 90. RGB value is (184,5,144). Sum of RGB (Red+Green+Blue) = 184+5+144=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B80590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80590 is #47FA6F. Grayscale: #494949. Windows color (decimal): -4717168 or 9438648. OLE color: 9438648.

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

Color convert

RGB1845144-
CMYK00.970.220.28
HSL313.41º94.71%37.06%-
HSV(B)313.41º97.28%72.16%-
XYZ24.8612.3127.45-
YUV74.37167.3206.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 5 (2.34% from 255) = 1.50%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=55.26%
G=1.50%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184514400.970.220.28313.4194.7137.06
HexB8590061161C1395f25
Octal27052200141263447113745
Binary10111000101100100000110000110110111001001110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80590; }

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

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

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

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

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

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

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

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