#b13388

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

Shades of Medium Red Violet #B13388

Tints of Medium Red Violet #B13388

Color information

#B13388 (or 0xB13388) is unknown color: approx Medium Red Violet. HEX triplet: B1, 33 and 88. RGB value is (177,51,136). Sum of RGB (Red+Green+Blue) = 177+51+136=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B13388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13388 is #4ECC77. Grayscale: #626262. Windows color (decimal): -5164152 or 8926129. OLE color: 8926129.

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

Color convert

RGB17751136-
CMYK00.710.230.31
HSL319.52º55.26%44.71%-
HSV(B)319.52º71.19%69.41%-
XYZ23.7613.4924.64-
YUV98.36149.24184.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 51 (20.31% from 255) = 14.01%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=48.63%
G=14.01%
B=37.36%

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
Decimal1775113600.710.230.31319.5255.2644.71
HexB13388047171F140372d
Octal26163210010727375006755
Binary1011000111001110001000010001111011111111101000000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b13388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b13388; }

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

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

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

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

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

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

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

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