#B13886

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

Shades of Medium Red Violet #B13886

Tints of Medium Red Violet #B13886

Color information

#B13886 (or 0xB13886) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 86. RGB value is (177,56,134). Sum of RGB (Red+Green+Blue) = 177+56+134=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B13886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13886 is #4EC779. Grayscale: #646464. Windows color (decimal): -5162874 or 8796337. OLE color: 8796337.

HSL color Cylindrical-coordinate representation of color #B13886: hue angle of 321.32º degrees, saturation: 0.52, 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 #B13886 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17756134-
CMYK00.680.240.31
HSL321.32º51.93%45.69%-
HSV(B)321.32º68.36%69.41%-
XYZ23.8513.923.98-
YUV101.07146.59182.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 56 (22.27% from 255) = 15.26%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=48.23%
G=15.26%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775613400.680.240.31321.3251.9345.69
HexB13886044181F141342e
Octal26170206010430375016456
Binary1011000111100010000110010001001100011111101000001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13886; }

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

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

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

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

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

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

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

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