#B80596

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

Shades of Medium Violet Red #B80596

Tints of Medium Violet Red #B80596

Color information

#B80596 (or 0xB80596) is unknown color: approx Medium Violet Red. HEX triplet: B8, 05 and 96. RGB value is (184,5,150). Sum of RGB (Red+Green+Blue) = 184+5+150=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B80596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80596 is #47FA69. Grayscale: #4A4A4A. Windows color (decimal): -4717162 or 9831864. OLE color: 9831864.

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

Color convert

RGB1845150-
CMYK00.970.180.28
HSL311.4º94.71%37.06%-
HSV(B)311.4º97.28%72.16%-
XYZ25.3312.529.93-
YUV75.05170.3205.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 5 (2.34% from 255) = 1.47%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=54.28%
G=1.47%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184515000.970.180.28311.494.7137.06
HexB8596061121C1375f25
Octal27052260141223446713745
Binary10111000101100101100110000110010111001001101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80596; }

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

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

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

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

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

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

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

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