#B40E8A

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

Shades of Medium Violet Red #B40E8A

Tints of Medium Violet Red #B40E8A

Color information

#B40E8A (or 0xB40E8A) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0E and 8A. RGB value is (180,14,138). Sum of RGB (Red+Green+Blue) = 180+14+138=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40E8A is #4BF175. Grayscale: #4D4D4D. Windows color (decimal): -4977014 or 9047732. OLE color: 9047732.

HSL color Cylindrical-coordinate representation of color #B40E8A: hue angle of 315.18º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40E8A is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18014138-
CMYK00.920.230.29
HSL315.18º85.57%38.04%-
HSV(B)315.18º92.22%70.59%-
XYZ23.5711.8525.09-
YUV77.77162200.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 14 (5.86% from 255) = 4.22%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=54.22%
G=4.22%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801413800.920.230.29315.1885.5738.04
HexB4E8A05C171D13b5626
Octal264162120134273547312646
Binary101101001110100010100101110010111111011001110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40E8A; }

 p { color: rgb(180,14,138); }

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

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

 a { background-color: rgb(180,14,138); }

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

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

 span { border-color: rgb(180,14,138); }

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