#B0058C

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

Shades of Medium Violet Red #B0058C

Tints of Medium Violet Red #B0058C

Color information

#B0058C (or 0xB0058C) is unknown color: approx Medium Violet Red. HEX triplet: B0, 05 and 8C. RGB value is (176,5,140). Sum of RGB (Red+Green+Blue) = 176+5+140=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0058C is #4FFA73. Grayscale: #474747. Windows color (decimal): -5241460 or 9176496. OLE color: 9176496.

HSL color Cylindrical-coordinate representation of color #B0058C: hue angle of 312.63º 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 #B0058C is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB1765140-
CMYK00.970.200.31
HSL312.63º94.48%35.49%-
HSV(B)312.63º97.16%69.02%-
XYZ22.6911.2325.78-
YUV71.52166.65202.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 5 (2.34% from 255) = 1.56%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=54.83%
G=1.56%
B=43.61%

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
Decimal176514000.970.200.31312.6394.4835.49
HexB058C061141F1395e23
Octal26052140141243747113643
Binary10110000101100011000110000110100111111001110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0058C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0058C; }

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

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

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

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

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

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

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

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