#B4058E

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

Shades of Medium Violet Red #B4058E

Tints of Medium Violet Red #B4058E

Color information

#B4058E (or 0xB4058E) is unknown color: approx Medium Violet Red. HEX triplet: B4, 05 and 8E. RGB value is (180,5,142). Sum of RGB (Red+Green+Blue) = 180+5+142=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4058E is #4BFA71. Grayscale: #484848. Windows color (decimal): -4979314 or 9307572. OLE color: 9307572.

HSL color Cylindrical-coordinate representation of color #B4058E: hue angle of 313.03º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4058E is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB1805142-
CMYK00.970.210.29
HSL313.03º94.59%36.27%-
HSV(B)313.03º97.22%70.59%-
XYZ23.7611.7626.61-
YUV72.94166.98204.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 5 (2.34% from 255) = 1.53%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=55.05%
G=1.53%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180514200.970.210.29313.0394.5936.27
HexB458E061151D1395f24
Octal26452160141253547113744
Binary10110100101100011100110000110101111011001110011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4058E; }

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

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

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

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

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

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

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

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