#B53D9A

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

Shades of Medium Red Violet #B53D9A

Tints of Medium Red Violet #B53D9A

Color information

#B53D9A (or 0xB53D9A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3D and 9A. RGB value is (181,61,154). Sum of RGB (Red+Green+Blue) = 181+61+154=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53D9A is #4AC265. Grayscale: #6B6B6B. Windows color (decimal): -4899430 or 10108341. OLE color: 10108341.

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

Color convert

RGB18161154-
CMYK00.660.150.29
HSL313.5º49.59%47.45%-
HSV(B)313.5º66.3%70.98%-
XYZ26.5615.4932.16-
YUV107.48154.26180.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 61 (24.22% from 255) = 15.40%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=45.71%
G=15.40%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816115400.660.150.29313.549.5947.45
HexB53D9A042F1D13a322f
Octal26575232010217354726257
Binary101101011111011001101001000010111111101100111010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D9A; }

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

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

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

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

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

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

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

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