#B13996

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

Shades of Medium Red Violet #B13996

Tints of Medium Red Violet #B13996

Color information

#B13996 (or 0xB13996) is unknown color: approx Medium Red Violet. HEX triplet: B1, 39 and 96. RGB value is (177,57,150). Sum of RGB (Red+Green+Blue) = 177+57+150=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B13996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13996 is #4EC669. Grayscale: #676767. Windows color (decimal): -5162602 or 9845169. OLE color: 9845169.

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

Color convert

RGB17757150-
CMYK00.680.150.31
HSL313.5º51.28%45.88%-
HSV(B)313.5º67.8%69.41%-
XYZ25.114.4830.33-
YUV103.48154.26180.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=46.09%
G=14.84%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775715000.680.150.31313.551.2845.88
HexB13996044F1F13a332e
Octal26171226010417374726356
Binary101100011110011001011001000100111111111100111010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13996; }

 p { color: rgb(177,57,150); }

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

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

 a { background-color: rgb(177,57,150); }

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

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

 span { border-color: rgb(177,57,150); }

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