#B40A78

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

Shades of Medium Violet Red #B40A78

Tints of Medium Violet Red #B40A78

Color information

#B40A78 (or 0xB40A78) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0A and 78. RGB value is (180,10,120). Sum of RGB (Red+Green+Blue) = 180+10+120=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40A78 is #4BF587. Grayscale: #494949. Windows color (decimal): -4978056 or 7867060. OLE color: 7867060.

HSL color Cylindrical-coordinate representation of color #B40A78: hue angle of 321.18º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A78 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18010120-
CMYK00.940.330.29
HSL321.18º89.47%37.25%-
HSV(B)321.18º94.44%70.59%-
XYZ22.3211.2818.77-
YUV73.37154.32204.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.06%
GREEN value IS 10 (4.30% from 255) = 3.23%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=58.06%
G=3.23%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801012000.940.330.29321.1889.4737.25
HexB4A7805E211D1415925
Octal264121700136413550113145
Binary101101001010111100001011110100001111011010000011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A78; }

 p { color: rgb(180,10,120); }

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

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

 a { background-color: rgb(180,10,120); }

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

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

 span { border-color: rgb(180,10,120); }

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