#B13887

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

Shades of Medium Red Violet #B13887

Tints of Medium Red Violet #B13887

Color information

#B13887 (or 0xB13887) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 87. RGB value is (177,56,135). Sum of RGB (Red+Green+Blue) = 177+56+135=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B13887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13887 is #4EC778. Grayscale: #646464. Windows color (decimal): -5162873 or 8861873. OLE color: 8861873.

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

Color convert

RGB17756135-
CMYK00.680.240.31
HSL320.83º51.93%45.69%-
HSV(B)320.83º68.36%69.41%-
XYZ23.9213.9224.35-
YUV101.18147.09182.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 56 (22.27% from 255) = 15.22%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=48.10%
G=15.22%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775613500.680.240.31320.8351.9345.69
HexB13887044181F141342e
Octal26170207010430375016456
Binary1011000111100010000111010001001100011111101000001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13887; }

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

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

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

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

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

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

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

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