#B13599

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

Shades of Medium Red Violet #B13599

Tints of Medium Red Violet #B13599

Color information

#B13599 (or 0xB13599) is unknown color: approx Medium Red Violet. HEX triplet: B1, 35 and 99. RGB value is (177,53,153). Sum of RGB (Red+Green+Blue) = 177+53+153=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B13599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13599 is #4ECA66. Grayscale: #656565. Windows color (decimal): -5163623 or 10040753. OLE color: 10040753.

HSL color Cylindrical-coordinate representation of color #B13599: hue angle of 311.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13599 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17753153-
CMYK00.700.140.31
HSL311.61º53.91%45.1%-
HSV(B)311.61º70.06%69.41%-
XYZ25.1514.1931.55-
YUV101.48157.08181.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 53 (21.09% from 255) = 13.84%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=46.21%
G=13.84%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775315300.700.140.31311.6153.9145.1
HexB13599046E1F138362d
Octal26165231010616374706655
Binary101100011101011001100101000110111011111100111000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13599; }

 p { color: rgb(177,53,153); }

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

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

 a { background-color: rgb(177,53,153); }

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

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

 span { border-color: rgb(177,53,153); }

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