#B1057E

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

Shades of Medium Violet Red #B1057E

Tints of Medium Violet Red #B1057E

Color information

#B1057E (or 0xB1057E) is unknown color: approx Medium Violet Red. HEX triplet: B1, 05 and 7E. RGB value is (177,5,126). Sum of RGB (Red+Green+Blue) = 177+5+126=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1057E is #4EFA81. Grayscale: #454545. Windows color (decimal): -5175938 or 8258993. OLE color: 8258993.

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

Color convert

RGB1775126-
CMYK00.970.290.31
HSL317.79º94.51%35.69%-
HSV(B)317.79º97.18%69.41%-
XYZ21.9510.9620.7-
YUV70.22159.48204.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=57.47%
G=1.62%
B=40.91%

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
Decimal177512600.970.290.31317.7994.5135.69
HexB157E0611D1F13e5f24
Octal26151760141353747613744
Binary1011000110111111100110000111101111111001111101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1057E; }

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

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

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

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

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

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

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

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