#B13487

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

Shades of Medium Red Violet #B13487

Tints of Medium Red Violet #B13487

Color information

#B13487 (or 0xB13487) is unknown color: approx Medium Red Violet. HEX triplet: B1, 34 and 87. RGB value is (177,52,135). Sum of RGB (Red+Green+Blue) = 177+52+135=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B13487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13487 is #4ECB78. Grayscale: #626262. Windows color (decimal): -5163897 or 8860849. OLE color: 8860849.

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

Color convert

RGB17752135-
CMYK00.710.240.31
HSL320.16º54.59%44.9%-
HSV(B)320.16º70.62%69.41%-
XYZ23.7313.5524.29-
YUV98.84148.41183.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=48.63%
G=14.29%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775213500.710.240.31320.1654.5944.9
HexB13487047181F140372d
Octal26164207010730375006755
Binary1011000111010010000111010001111100011111101000000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13487; }

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

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

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

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

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

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

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

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