#B1188A

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

Shades of Medium Violet Red #B1188A

Tints of Medium Violet Red #B1188A

Color information

#B1188A (or 0xB1188A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 18 and 8A. RGB value is (177,24,138). Sum of RGB (Red+Green+Blue) = 177+24+138=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1188A is #4EE775. Grayscale: #525252. Windows color (decimal): -5171062 or 9050289. OLE color: 9050289.

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

Color convert

RGB17724138-
CMYK00.860.220.31
HSL315.29º76.12%39.41%-
HSV(B)315.29º86.44%69.41%-
XYZ23.0511.8425.11-
YUV82.74159.19195.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 24 (9.77% from 255) = 7.08%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=52.21%
G=7.08%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772413800.860.220.31315.2976.1239.41
HexB1188A056161F13b4c27
Octal261302120126263747311447
Binary1011000111000100010100101011010110111111001110111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1188A; }

 p { color: rgb(177,24,138); }

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

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

 a { background-color: rgb(177,24,138); }

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

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

 span { border-color: rgb(177,24,138); }

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