#B40EA4

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

Shades of Medium Violet Red #B40EA4

Tints of Medium Violet Red #B40EA4

Color information

#B40EA4 (or 0xB40EA4) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0E and A4. RGB value is (180,14,164). Sum of RGB (Red+Green+Blue) = 180+14+164=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B40EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40EA4 is #4BF15B. Grayscale: #505050. Windows color (decimal): -4976988 or 10751668. OLE color: 10751668.

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

Color convert

RGB18014164-
CMYK00.920.090.29
HSL305.78º85.57%38.04%-
HSV(B)305.78º92.22%70.59%-
XYZ25.6812.736.22-
YUV80.73175198.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 14 (5.86% from 255) = 3.91%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=50.28%
G=3.91%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801416400.920.090.29305.7885.5738.04
HexB4EA405C91D1325626
Octal264162440134113546212646
Binary10110100111010100100010111001001111011001100101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40EA4; }

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

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

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

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

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

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

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

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