#B1187B

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

Shades of Medium Violet Red #B1187B

Tints of Medium Violet Red #B1187B

Color information

#B1187B (or 0xB1187B) is unknown color: approx Medium Violet Red. HEX triplet: B1, 18 and 7B. RGB value is (177,24,123). Sum of RGB (Red+Green+Blue) = 177+24+123=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1187B is #4EE784. Grayscale: #505050. Windows color (decimal): -5171077 or 8067249. OLE color: 8067249.

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

Color convert

RGB17724123-
CMYK00.860.310.31
HSL321.18º76.12%39.41%-
HSV(B)321.18º86.44%69.41%-
XYZ22.0311.4319.78-
YUV81.03151.69196.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.63%
GREEN value IS 24 (9.77% from 255) = 7.41%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=54.63%
G=7.41%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772412300.860.310.31321.1876.1239.41
HexB1187B0561F1F1414c27
Octal261301730126373750111447
Binary101100011100011110110101011011111111111010000011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1187B; }

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

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

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

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

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

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

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

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