#B13186

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

Shades of Medium Red Violet #B13186

Tints of Medium Red Violet #B13186

Color information

#B13186 (or 0xB13186) is unknown color: approx Medium Red Violet. HEX triplet: B1, 31 and 86. RGB value is (177,49,134). Sum of RGB (Red+Green+Blue) = 177+49+134=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B13186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13186 is #4ECE79. Grayscale: #606060. Windows color (decimal): -5164666 or 8794545. OLE color: 8794545.

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

Color convert

RGB17749134-
CMYK00.720.240.31
HSL320.16º56.64%44.31%-
HSV(B)320.16º72.32%69.41%-
XYZ23.5313.2623.87-
YUV96.96148.91185.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 49 (19.53% from 255) = 13.61%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=49.17%
G=13.61%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774913400.720.240.31320.1656.6444.31
HexB13186048181F140392c
Octal26161206011030375007154
Binary1011000111000110000110010010001100011111101000000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13186; }

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

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

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

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

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

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

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

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