#B0057E

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

Shades of Medium Violet Red #B0057E

Tints of Medium Violet Red #B0057E

Color information

#B0057E (or 0xB0057E) is unknown color: approx Medium Violet Red. HEX triplet: B0, 05 and 7E. RGB value is (176,5,126). Sum of RGB (Red+Green+Blue) = 176+5+126=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0057E is #4FFA81. Grayscale: #454545. Windows color (decimal): -5241474 or 8258992. OLE color: 8258992.

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

Color convert

RGB1765126-
CMYK00.970.280.31
HSL317.54º94.48%35.49%-
HSV(B)317.54º97.16%69.02%-
XYZ21.7210.8520.69-
YUV69.92159.65203.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=57.33%
G=1.63%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176512600.970.280.31317.5494.4835.49
HexB057E0611C1F13e5e23
Octal26051760141343747613643
Binary1011000010111111100110000111100111111001111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0057E; }

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

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

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

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

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

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

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

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