#B53C9A

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

Shades of Medium Red Violet #B53C9A

Tints of Medium Red Violet #B53C9A

Color information

#B53C9A (or 0xB53C9A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3C and 9A. RGB value is (181,60,154). Sum of RGB (Red+Green+Blue) = 181+60+154=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C9A is #4AC365. Grayscale: #6A6A6A. Windows color (decimal): -4899686 or 10108085. OLE color: 10108085.

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

Color convert

RGB18160154-
CMYK00.670.150.29
HSL313.39º50.21%47.25%-
HSV(B)313.39º66.85%70.98%-
XYZ26.515.3932.15-
YUV106.9154.59180.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 60 (23.83% from 255) = 15.19%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=45.82%
G=15.19%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816015400.670.150.29313.3950.2147.25
HexB53C9A043F1D139322f
Octal26574232010317354716257
Binary101101011111001001101001000011111111101100111001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C9A; }

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

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

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

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

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

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

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

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