#B80794

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

Shades of Medium Violet Red #B80794

Tints of Medium Violet Red #B80794

Color information

#B80794 (or 0xB80794) is unknown color: approx Medium Violet Red. HEX triplet: B8, 07 and 94. RGB value is (184,7,148). Sum of RGB (Red+Green+Blue) = 184+7+148=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B80794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80794 is #47F86B. Grayscale: #4B4B4B. Windows color (decimal): -4716652 or 9701304. OLE color: 9701304.

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

Color convert

RGB1847148-
CMYK00.960.200.28
HSL312.2º92.67%37.45%-
HSV(B)312.2º96.2%72.16%-
XYZ25.1912.4829.1-
YUV76168.64205.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 7 (3.12% from 255) = 2.06%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=54.28%
G=2.06%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184714800.960.200.28312.292.6737.45
HexB8794060141C1385d25
Octal27072240140243447013545
Binary10111000111100101000110000010100111001001110001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80794; }

 p { color: rgb(184,7,148); }

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

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

 a { background-color: rgb(184,7,148); }

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

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

 span { border-color: rgb(184,7,148); }

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