#B13C86

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

Shades of Medium Red Violet #B13C86

Tints of Medium Red Violet #B13C86

Color information

#B13C86 (or 0xB13C86) is unknown color: approx Medium Red Violet. HEX triplet: B1, 3C and 86. RGB value is (177,60,134). Sum of RGB (Red+Green+Blue) = 177+60+134=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C86 is #4EC379. Grayscale: #676767. Windows color (decimal): -5161850 or 8797361. OLE color: 8797361.

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

Color convert

RGB17760134-
CMYK00.660.240.31
HSL322.05º49.37%46.47%-
HSV(B)322.05º66.1%69.41%-
XYZ24.0514.324.05-
YUV103.42145.26180.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=47.71%
G=16.17%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776013400.660.240.31322.0549.3746.47
HexB13C86042181F142312e
Octal26174206010230375026156
Binary1011000111110010000110010000101100011111101000010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C86; }

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

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

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

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

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

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

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

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