#B1188D

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

Shades of Medium Violet Red #B1188D

Tints of Medium Violet Red #B1188D

Color information

#B1188D (or 0xB1188D) is unknown color: approx Medium Violet Red. HEX triplet: B1, 18 and 8D. RGB value is (177,24,141). Sum of RGB (Red+Green+Blue) = 177+24+141=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1188D is #4EE772. Grayscale: #525252. Windows color (decimal): -5171059 or 9246897. OLE color: 9246897.

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

Color convert

RGB17724141-
CMYK00.860.200.31
HSL314.12º76.12%39.41%-
HSV(B)314.12º86.44%69.41%-
XYZ23.2711.9226.27-
YUV83.08160.69194.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 24 (9.77% from 255) = 7.02%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=51.75%
G=7.02%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772414100.860.200.31314.1276.1239.41
HexB1188D056141F13a4c27
Octal261302150126243747211447
Binary1011000111000100011010101011010100111111001110101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1188D; }

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

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

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

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

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

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

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

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