#B13B95

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

Shades of Medium Red Violet #B13B95

Tints of Medium Red Violet #B13B95

Color information

#B13B95 (or 0xB13B95) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3B and 95. RGB value is (177,59,149). Sum of RGB (Red+Green+Blue) = 177+59+149=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B95 is #4EC46A. Grayscale: #686868. Windows color (decimal): -5162091 or 9780145. OLE color: 9780145.

HSL color Cylindrical-coordinate representation of color #B13B95: hue angle of 314.24º degrees, saturation: 0.5, 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 #B13B95 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17759149-
CMYK00.670.160.31
HSL314.24º50%46.27%-
HSV(B)314.24º66.67%69.41%-
XYZ25.1214.6429.94-
YUV104.54153.09179.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 59 (23.44% from 255) = 15.32%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=45.97%
G=15.32%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775914900.670.160.31314.245046.27
HexB13B95043101F13a322e
Octal26173225010320374726256
Binary1011000111101110010101010000111000011111100111010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B95; }

 p { color: rgb(177,59,149); }

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

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

 a { background-color: rgb(177,59,149); }

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

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

 span { border-color: rgb(177,59,149); }

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