#B53887

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

Shades of Medium Red Violet #B53887

Tints of Medium Red Violet #B53887

Color information

#B53887 (or 0xB53887) is unknown color: approx Medium Red Violet. HEX triplet: B5, 38 and 87. RGB value is (181,56,135). Sum of RGB (Red+Green+Blue) = 181+56+135=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B53887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53887 is #4AC778. Grayscale: #666666. Windows color (decimal): -4900729 or 8861877. OLE color: 8861877.

HSL color Cylindrical-coordinate representation of color #B53887: hue angle of 322.08º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53887 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18156135-
CMYK00.690.250.29
HSL322.08º52.74%46.47%-
HSV(B)322.08º69.06%70.98%-
XYZ24.8414.424.39-
YUV102.38146.41184.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 56 (22.27% from 255) = 15.05%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=48.66%
G=15.05%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815613500.690.250.29322.0852.7446.47
HexB53887045191D142352e
Octal26570207010531355026556
Binary1011010111100010000111010001011100111101101000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53887; }

 p { color: rgb(181,56,135); }

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

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

 a { background-color: rgb(181,56,135); }

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

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

 span { border-color: rgb(181,56,135); }

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