#B1187A

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

Shades of Medium Violet Red #B1187A

Tints of Medium Violet Red #B1187A

Color information

#B1187A (or 0xB1187A) is unknown color: approx Medium Violet Red. HEX triplet: B1, 18 and 7A. RGB value is (177,24,122). Sum of RGB (Red+Green+Blue) = 177+24+122=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1187A is #4EE785. Grayscale: #505050. Windows color (decimal): -5171078 or 8001713. OLE color: 8001713.

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

Color convert

RGB17724122-
CMYK00.860.310.31
HSL321.57º76.12%39.41%-
HSV(B)321.57º86.44%69.41%-
XYZ21.9711.4119.46-
YUV80.92151.19196.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 24 (9.77% from 255) = 7.43%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=54.80%
G=7.43%
B=37.77%

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
Decimal1772412200.860.310.31321.5776.1239.41
HexB1187A0561F1F1424c27
Octal261301720126373750211447
Binary101100011100011110100101011011111111111010000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1187A; }

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

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

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

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

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

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

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

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