#B13F86

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

Shades of Medium Red Violet #B13F86

Tints of Medium Red Violet #B13F86

Color information

#B13F86 (or 0xB13F86) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3F and 86. RGB value is (177,63,134). Sum of RGB (Red+Green+Blue) = 177+63+134=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13F86 is #4EC079. Grayscale: #696969. Windows color (decimal): -5161082 or 8798129. OLE color: 8798129.

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

Color convert

RGB17763134-
CMYK00.640.240.31
HSL322.63º47.5%47.06%-
HSV(B)322.63º64.41%69.41%-
XYZ24.2114.6224.1-
YUV105.18144.27179.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 63 (25% from 255) = 16.84%
BLUE value IS 134 (52.73% from 255) = 35.83%
R=47.33%
G=16.84%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776313400.640.240.31322.6347.547.06
HexB13F86040181F143302f
Octal26177206010030375036057
Binary1011000111111110000110010000001100011111101000011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F86; }

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

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

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

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

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

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

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

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