#B81780

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

Shades of Medium Violet Red #B81780

Tints of Medium Violet Red #B81780

Color information

#B81780 (or 0xB81780) is unknown color: approx Medium Violet Red. HEX triplet: B8, 17 and 80. RGB value is (184,23,128). Sum of RGB (Red+Green+Blue) = 184+23+128=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B81780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81780 is #47E87F. Grayscale: #525252. Windows color (decimal): -4712576 or 8394680. OLE color: 8394680.

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

Color convert

RGB18423128-
CMYK00.880.300.28
HSL320.87º77.78%40.59%-
HSV(B)320.87º87.5%72.16%-
XYZ23.9712.3621.54-
YUV83.11153.34199.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.93%
GREEN value IS 23 (9.38% from 255) = 6.87%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=54.93%
G=6.87%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842312800.880.300.28320.8777.7840.59
HexB817800581E1C1414e29
Octal270272000130363450111651
Binary1011100010111100000000101100011110111001010000011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81780; }

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

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

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

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

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

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

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

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