#B53D81

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

Shades of Medium Red Violet #B53D81

Tints of Medium Red Violet #B53D81

Color information

#B53D81 (or 0xB53D81) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3D and 81. RGB value is (181,61,129). Sum of RGB (Red+Green+Blue) = 181+61+129=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53D81 is #4AC27E. Grayscale: #686868. Windows color (decimal): -4899455 or 8469941. OLE color: 8469941.

HSL color Cylindrical-coordinate representation of color #B53D81: hue angle of 326º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53D81 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18161129-
CMYK00.660.290.29
HSL326º49.59%47.45%-
HSV(B)326º66.3%70.98%-
XYZ24.6914.7522.31-
YUV104.63141.76182.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 61 (24.22% from 255) = 16.44%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=48.79%
G=16.44%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816112900.660.290.2932649.5947.45
HexB53D810421D1D146322f
Octal26575201010235355066257
Binary1011010111110110000001010000101110111101101000110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D81; }

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

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

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

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

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

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

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

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