#B13486

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

Shades of Medium Red Violet #B13486

Tints of Medium Red Violet #B13486

Color information

#B13486 (or 0xB13486) is unknown color: approx Medium Red Violet. HEX triplet: B1, 34 and 86. RGB value is (177,52,134). Sum of RGB (Red+Green+Blue) = 177+52+134=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B13486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13486 is #4ECB79. Grayscale: #626262. Windows color (decimal): -5163898 or 8795313. OLE color: 8795313.

HSL color Cylindrical-coordinate representation of color #B13486: hue angle of 320.64º 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 #B13486 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17752134-
CMYK00.710.240.31
HSL320.64º54.59%44.9%-
HSV(B)320.64º70.62%69.41%-
XYZ23.6613.5223.92-
YUV98.72147.91183.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 52 (20.70% from 255) = 14.33%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=48.76%
G=14.33%
B=36.91%

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
Decimal1775213400.710.240.31320.6454.5944.9
HexB13486047181F141372d
Octal26164206010730375016755
Binary1011000111010010000110010001111100011111101000001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13486; }

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

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

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

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

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

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

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

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