#B80D74

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

Shades of Medium Violet Red #B80D74

Tints of Medium Violet Red #B80D74

Color information

#B80D74 (or 0xB80D74) is unknown color: approx Medium Violet Red. HEX triplet: B8, 0D and 74. RGB value is (184,13,116). Sum of RGB (Red+Green+Blue) = 184+13+116=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80D74 is #47F28B. Grayscale: #4B4B4B. Windows color (decimal): -4715148 or 7605688. OLE color: 7605688.

HSL color Cylindrical-coordinate representation of color #B80D74: hue angle of 323.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80D74 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18413116-
CMYK00.930.370.28
HSL323.86º86.8%38.63%-
HSV(B)323.86º92.93%72.16%-
XYZ23.0611.7417.57-
YUV75.87150.65205.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.79%
GREEN value IS 13 (5.47% from 255) = 4.15%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=58.79%
G=4.15%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841311600.930.370.28323.8686.838.63
HexB8D7405D251C1445727
Octal270151640135453450412747
Binary101110001101111010001011101100101111001010001001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80D74; }

 p { color: rgb(184,13,116); }

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

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

 a { background-color: rgb(184,13,116); }

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

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

 span { border-color: rgb(184,13,116); }

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