#B13A86

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

Shades of Medium Red Violet #B13A86

Tints of Medium Red Violet #B13A86

Color information

#B13A86 (or 0xB13A86) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3A and 86. RGB value is (177,58,134). Sum of RGB (Red+Green+Blue) = 177+58+134=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A86 is #4EC579. Grayscale: #666666. Windows color (decimal): -5162362 or 8796849. OLE color: 8796849.

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

Color convert

RGB17758134-
CMYK00.670.240.31
HSL321.68º50.64%46.08%-
HSV(B)321.68º67.23%69.41%-
XYZ23.9514.0924.01-
YUV102.24145.92181.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=47.97%
G=15.72%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775813400.670.240.31321.6850.6446.08
HexB13A86043181F142332e
Octal26172206010330375026356
Binary1011000111101010000110010000111100011111101000010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A86; }

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

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

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

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

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

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

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

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