#B80A79

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

Shades of Medium Violet Red #B80A79

Tints of Medium Violet Red #B80A79

Color information

#B80A79 (or 0xB80A79) is unknown color: approx Medium Violet Red. HEX triplet: B8, 0A and 79. RGB value is (184,10,121). Sum of RGB (Red+Green+Blue) = 184+10+121=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80A79 is #47F586. Grayscale: #4A4A4A. Windows color (decimal): -4715911 or 7932600. OLE color: 7932600.

HSL color Cylindrical-coordinate representation of color #B80A79: hue angle of 321.72º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80A79 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18410121-
CMYK00.950.340.28
HSL321.72º89.69%38.04%-
HSV(B)321.72º94.57%72.16%-
XYZ23.3311.7919.13-
YUV74.68154.15205.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=58.41%
G=3.17%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841012100.950.340.28321.7289.6938.04
HexB8A7905F221C1425a26
Octal270121710137423450213246
Binary101110001010111100101011111100010111001010000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80A79; }

 p { color: rgb(184,10,121); }

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

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

 a { background-color: rgb(184,10,121); }

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

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

 span { border-color: rgb(184,10,121); }

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