#B53D91

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

Shades of Medium Red Violet #B53D91

Tints of Medium Red Violet #B53D91

Color information

#B53D91 (or 0xB53D91) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3D and 91. RGB value is (181,61,145). Sum of RGB (Red+Green+Blue) = 181+61+145=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53D91 is #4AC26E. Grayscale: #6A6A6A. Windows color (decimal): -4899439 or 9518517. OLE color: 9518517.

HSL color Cylindrical-coordinate representation of color #B53D91: hue angle of 318º 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 #B53D91 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB18161145-
CMYK00.660.200.29
HSL318º49.59%47.45%-
HSV(B)318º66.3%70.98%-
XYZ25.8415.2128.36-
YUV106.46149.76181.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=46.77%
G=15.76%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816114500.660.200.2931849.5947.45
HexB53D91042141D13e322f
Octal26575221010224354766257
Binary1011010111110110010001010000101010011101100111110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D91; }

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

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

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

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

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

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

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

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