#B80B78

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

Shades of Medium Violet Red #B80B78

Tints of Medium Violet Red #B80B78

Color information

#B80B78 (or 0xB80B78) is unknown color: approx Medium Violet Red. HEX triplet: B8, 0B and 78. RGB value is (184,11,120). Sum of RGB (Red+Green+Blue) = 184+11+120=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B78 is #47F487. Grayscale: #4A4A4A. Windows color (decimal): -4715656 or 7867320. OLE color: 7867320.

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

Color convert

RGB18411120-
CMYK00.940.350.28
HSL322.2º88.72%38.24%-
HSV(B)322.2º94.02%72.16%-
XYZ23.2811.7918.82-
YUV75.15153.31205.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 11 (4.69% from 255) = 3.49%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=58.41%
G=3.49%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841112000.940.350.28322.288.7238.24
HexB8B7805E231C1425926
Octal270131700136433450213146
Binary101110001011111100001011110100011111001010000101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B78; }

 p { color: rgb(184,11,120); }

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

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

 a { background-color: rgb(184,11,120); }

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

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

 span { border-color: rgb(184,11,120); }

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