#B13488

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

Shades of Medium Red Violet #B13488

Tints of Medium Red Violet #B13488

Color information

#B13488 (or 0xB13488) is unknown color: approx Medium Red Violet. HEX triplet: B1, 34 and 88. RGB value is (177,52,136). Sum of RGB (Red+Green+Blue) = 177+52+136=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B13488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13488 is #4ECB77. Grayscale: #626262. Windows color (decimal): -5163896 or 8926385. OLE color: 8926385.

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

Color convert

RGB17752136-
CMYK00.710.230.31
HSL319.68º54.59%44.9%-
HSV(B)319.68º70.62%69.41%-
XYZ23.813.5824.66-
YUV98.95148.91183.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 52 (20.70% from 255) = 14.25%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=48.49%
G=14.25%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775213600.710.230.31319.6854.5944.9
HexB13488047171F140372d
Octal26164210010727375006755
Binary1011000111010010001000010001111011111111101000000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13488; }

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

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

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

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

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

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

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

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