#B1157C

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

Shades of Medium Violet Red #B1157C

Tints of Medium Violet Red #B1157C

Color information

#B1157C (or 0xB1157C) is unknown color: approx Medium Violet Red. HEX triplet: B1, 15 and 7C. RGB value is (177,21,124). Sum of RGB (Red+Green+Blue) = 177+21+124=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1157C is #4EEA83. Grayscale: #4F4F4F. Windows color (decimal): -5171844 or 8132017. OLE color: 8132017.

HSL color Cylindrical-coordinate representation of color #B1157C: hue angle of 320.38º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1157C is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17721124-
CMYK00.880.300.31
HSL320.38º78.79%38.82%-
HSV(B)320.38º88.14%69.41%-
XYZ22.0411.3420.1-
YUV79.39153.18197.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 21 (8.59% from 255) = 6.52%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=54.97%
G=6.52%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772112400.880.300.31320.3878.7938.82
HexB1157C0581E1F1404f27
Octal261251740130363750011747
Binary101100011010111111000101100011110111111010000001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1157C; }

 p { color: rgb(177,21,124); }

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

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

 a { background-color: rgb(177,21,124); }

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

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

 span { border-color: rgb(177,21,124); }

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