#B12987

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

Shades of Medium Red Violet #B12987

Tints of Medium Red Violet #B12987

Color information

#B12987 (or 0xB12987) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and 87. RGB value is (177,41,135). Sum of RGB (Red+Green+Blue) = 177+41+135=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B12987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12987 is #4ED678. Grayscale: #5C5C5C. Windows color (decimal): -5166713 or 8858033. OLE color: 8858033.

HSL color Cylindrical-coordinate representation of color #B12987: hue angle of 318.53º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12987 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17741135-
CMYK00.770.240.31
HSL318.53º62.39%42.75%-
HSV(B)318.53º76.84%69.41%-
XYZ23.312.6824.14-
YUV92.38152.06188.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 41 (16.41% from 255) = 11.61%
BLUE value IS 135 (53.12% from 255) = 38.24%
R=50.14%
G=11.61%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774113500.770.240.31318.5362.3942.75
HexB1298704D181F13f3e2b
Octal26151207011530374777653
Binary1011000110100110000111010011011100011111100111111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12987; }

 p { color: rgb(177,41,135); }

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

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

 a { background-color: rgb(177,41,135); }

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

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

 span { border-color: rgb(177,41,135); }

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