#B53686

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

Shades of Medium Red Violet #B53686

Tints of Medium Red Violet #B53686

Color information

#B53686 (or 0xB53686) is unknown color: approx Medium Red Violet. HEX triplet: B5, 36 and 86. RGB value is (181,54,134). Sum of RGB (Red+Green+Blue) = 181+54+134=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B53686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53686 is #4AC979. Grayscale: #646464. Windows color (decimal): -4901242 or 8795829. OLE color: 8795829.

HSL color Cylindrical-coordinate representation of color #B53686: hue angle of 322.2º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53686 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18154134-
CMYK00.700.260.29
HSL322.2º54.04%46.08%-
HSV(B)322.2º70.17%70.98%-
XYZ24.6814.1823.99-
YUV101.09146.58185-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=49.05%
G=14.63%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815413400.700.260.29322.254.0446.08
HexB536860461A1D142362e
Octal26566206010632355026656
Binary1011010111011010000110010001101101011101101000010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53686; }

 p { color: rgb(181,54,134); }

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

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

 a { background-color: rgb(181,54,134); }

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

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

 span { border-color: rgb(181,54,134); }

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