#B80080

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

Shades of Medium Violet Red #B80080

Tints of Medium Violet Red #B80080

Color information

#B80080 (or 0xB80080) is unknown color: approx Medium Violet Red. HEX triplet: B8, 00 and 80. RGB value is (184,0,128). Sum of RGB (Red+Green+Blue) = 184+0+128=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B80080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80080 is #47FF7F. Grayscale: #454545. Windows color (decimal): -4718464 or 8388792. OLE color: 8388792.

HSL color Cylindrical-coordinate representation of color #B80080: hue angle of 318.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80080 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB1840128-
CMYK010.300.28
HSL318.26º100%36.08%-
HSV(B)318.26º100%72.16%-
XYZ23.6611.7521.44-
YUV69.61160.96209.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 41.03%
R=58.97%
G=0%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1840128010.300.28318.2610036.08
HexB80800641E1C13e6424
Octal27002000144363447614444
Binary101110000100000000110010011110111001001111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80080; }

 p { color: rgb(184,0,128); }

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

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

 a { background-color: rgb(184,0,128); }

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

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

 span { border-color: rgb(184,0,128); }

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