#B53FA2

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

Shades of Medium Red Violet #B53FA2

Tints of Medium Red Violet #B53FA2

Color information

#B53FA2 (or 0xB53FA2) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3F and A2. RGB value is (181,63,162). Sum of RGB (Red+Green+Blue) = 181+63+162=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FA2 is #4AC05D. Grayscale: #6D6D6D. Windows color (decimal): -4898910 or 10633141. OLE color: 10633141.

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

Color convert

RGB18163162-
CMYK00.650.100.29
HSL309.66º48.36%47.84%-
HSV(B)309.66º65.19%70.98%-
XYZ27.3615.9935.83-
YUV109.57157.59178.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 63 (25% from 255) = 15.52%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=44.58%
G=15.52%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816316200.650.100.29309.6648.3647.84
HexB53FA2041A1D1363030
Octal26577242010112354666060
Binary101101011111111010001001000001101011101100110110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FA2; }

 p { color: rgb(181,63,162); }

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

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

 a { background-color: rgb(181,63,162); }

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

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

 span { border-color: rgb(181,63,162); }

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