#B40A8E

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

Shades of Medium Violet Red #B40A8E

Tints of Medium Violet Red #B40A8E

Color information

#B40A8E (or 0xB40A8E) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0A and 8E. RGB value is (180,10,142). Sum of RGB (Red+Green+Blue) = 180+10+142=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40A8E is #4BF571. Grayscale: #4B4B4B. Windows color (decimal): -4978034 or 9308852. OLE color: 9308852.

HSL color Cylindrical-coordinate representation of color #B40A8E: hue angle of 313.41º 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 #B40A8E is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18010142-
CMYK00.940.210.29
HSL313.41º89.47%37.25%-
HSV(B)313.41º94.44%70.59%-
XYZ23.8111.8726.63-
YUV75.88165.32202.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 10 (4.30% from 255) = 3.01%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=54.22%
G=3.01%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801014200.940.210.29313.4189.4737.25
HexB4A8E05E151D1395925
Octal264122160136253547113145
Binary101101001010100011100101111010101111011001110011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A8E; }

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

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

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

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

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

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

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

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