#B0059A

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

Shades of Medium Violet Red #B0059A

Tints of Medium Violet Red #B0059A

Color information

#B0059A (or 0xB0059A) is unknown color: approx Medium Violet Red. HEX triplet: B0, 05 and 9A. RGB value is (176,5,154). Sum of RGB (Red+Green+Blue) = 176+5+154=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0059A is #4FFA65. Grayscale: #484848. Windows color (decimal): -5241446 or 10094000. OLE color: 10094000.

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

Color convert

RGB1765154-
CMYK00.970.120.31
HSL307.72º94.48%35.49%-
HSV(B)307.72º97.16%69.02%-
XYZ23.7911.6731.57-
YUV73.11173.65201.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 5 (2.34% from 255) = 1.49%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=52.54%
G=1.49%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176515400.970.120.31307.7294.4835.49
HexB059A061C1F1345e23
Octal26052320141143746413643
Binary1011000010110011010011000011100111111001101001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0059A; }

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

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

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

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

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

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

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

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