#B12F87

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

Shades of Medium Red Violet #B12F87

Tints of Medium Red Violet #B12F87

Color information

#B12F87 (or 0xB12F87) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2F and 87. RGB value is (177,47,135). Sum of RGB (Red+Green+Blue) = 177+47+135=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12F87 is #4ED078. Grayscale: #5F5F5F. Windows color (decimal): -5165177 or 8859569. OLE color: 8859569.

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

Color convert

RGB17747135-
CMYK00.730.240.31
HSL319.38º58.04%43.92%-
HSV(B)319.38º73.45%69.41%-
XYZ23.5213.1324.22-
YUV95.9150.07185.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 47 (18.75% from 255) = 13.09%
BLUE value IS 135 (53.12% from 255) = 37.60%
R=49.30%
G=13.09%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774713500.730.240.31319.3858.0443.92
HexB12F87049181F13f3a2c
Octal26157207011130374777254
Binary1011000110111110000111010010011100011111100111111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F87; }

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

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

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

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

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

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

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

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