#B0057D

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

Shades of Medium Violet Red #B0057D

Tints of Medium Violet Red #B0057D

Color information

#B0057D (or 0xB0057D) is unknown color: approx Medium Violet Red. HEX triplet: B0, 05 and 7D. RGB value is (176,5,125). Sum of RGB (Red+Green+Blue) = 176+5+125=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0057D is #4FFA82. Grayscale: #454545. Windows color (decimal): -5241475 or 8193456. OLE color: 8193456.

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

Color convert

RGB1765125-
CMYK00.970.290.31
HSL317.89º94.48%35.49%-
HSV(B)317.89º97.16%69.02%-
XYZ21.6610.8220.35-
YUV69.81159.15203.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.52%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=57.52%
G=1.63%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176512500.970.290.31317.8994.4835.49
HexB057D0611D1F13e5e23
Octal26051750141353747613643
Binary1011000010111111010110000111101111111001111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0057D; }

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

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

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

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

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

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

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

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