#B1128F

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

Shades of Medium Violet Red #B1128F

Tints of Medium Violet Red #B1128F

Color information

#B1128F (or 0xB1128F) is unknown color: approx Medium Violet Red. HEX triplet: B1, 12 and 8F. RGB value is (177,18,143). Sum of RGB (Red+Green+Blue) = 177+18+143=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1128F is #4EED70. Grayscale: #4F4F4F. Windows color (decimal): -5172593 or 9376433. OLE color: 9376433.

HSL color Cylindrical-coordinate representation of color #B1128F: hue angle of 312.83º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1128F is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17718143-
CMYK00.900.190.31
HSL312.83º81.54%38.24%-
HSV(B)312.83º89.83%69.41%-
XYZ23.3111.7627.03-
YUV79.79163.68197.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 18 (7.42% from 255) = 5.33%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=52.37%
G=5.33%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771814300.900.190.31312.8381.5438.24
HexB1128F05A131F1395226
Octal261222170132233747112246
Binary1011000110010100011110101101010011111111001110011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1128F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1128F; }

 p { color: rgb(177,18,143); }

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

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

 a { background-color: rgb(177,18,143); }

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

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

 span { border-color: rgb(177,18,143); }

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