#B40E8B

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

Shades of Medium Violet Red #B40E8B

Tints of Medium Violet Red #B40E8B

Color information

#B40E8B (or 0xB40E8B) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0E and 8B. RGB value is (180,14,139). Sum of RGB (Red+Green+Blue) = 180+14+139=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40E8B is #4BF174. Grayscale: #4D4D4D. Windows color (decimal): -4977013 or 9113268. OLE color: 9113268.

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

Color convert

RGB18014139-
CMYK00.920.230.29
HSL314.82º85.57%38.04%-
HSV(B)314.82º92.22%70.59%-
XYZ23.6411.8825.47-
YUV77.88162.5200.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 14 (5.86% from 255) = 4.20%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=54.05%
G=4.20%
B=41.74%

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
Decimal1801413900.920.230.29314.8285.5738.04
HexB4E8B05C171D13b5626
Octal264162130134273547312646
Binary101101001110100010110101110010111111011001110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40E8B; }

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

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

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

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

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

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

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

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