#B0058D

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

Shades of Medium Violet Red #B0058D

Tints of Medium Violet Red #B0058D

Color information

#B0058D (or 0xB0058D) is unknown color: approx Medium Violet Red. HEX triplet: B0, 05 and 8D. RGB value is (176,5,141). Sum of RGB (Red+Green+Blue) = 176+5+141=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0058D is #4FFA72. Grayscale: #474747. Windows color (decimal): -5241459 or 9242032. OLE color: 9242032.

HSL color Cylindrical-coordinate representation of color #B0058D: hue angle of 312.28º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0058D is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB1765141-
CMYK00.970.200.31
HSL312.28º94.48%35.49%-
HSV(B)312.28º97.16%69.02%-
XYZ22.7711.2626.17-
YUV71.63167.15202.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 5 (2.34% from 255) = 1.55%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=54.66%
G=1.55%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176514100.970.200.31312.2894.4835.49
HexB058D061141F1385e23
Octal26052150141243747013643
Binary10110000101100011010110000110100111111001110001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0058D; }

 p { color: rgb(176,5,141); }

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

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

 a { background-color: rgb(176,5,141); }

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

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

 span { border-color: rgb(176,5,141); }

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