#B53781

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

Shades of Medium Red Violet #B53781

Tints of Medium Red Violet #B53781

Color information

#B53781 (or 0xB53781) is unknown color: approx Medium Red Violet. HEX triplet: B5, 37 and 81. RGB value is (181,55,129). Sum of RGB (Red+Green+Blue) = 181+55+129=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B53781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53781 is #4AC87E. Grayscale: #646464. Windows color (decimal): -4900991 or 8468405. OLE color: 8468405.

HSL color Cylindrical-coordinate representation of color #B53781: hue angle of 324.76º degrees, saturation: 0.53, 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 #B53781 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18155129-
CMYK00.700.290.29
HSL324.76º53.39%46.27%-
HSV(B)324.76º69.61%70.98%-
XYZ24.3814.1422.21-
YUV101.11143.74184.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 55 (21.88% from 255) = 15.07%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=49.59%
G=15.07%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815512900.700.290.29324.7653.3946.27
HexB537810461D1D145352e
Octal26567201010635355056556
Binary1011010111011110000001010001101110111101101000101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53781; }

 p { color: rgb(181,55,129); }

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

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

 a { background-color: rgb(181,55,129); }

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

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

 span { border-color: rgb(181,55,129); }

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