#B53BA3

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

Shades of Medium Red Violet #B53BA3

Tints of Medium Red Violet #B53BA3

Color information

#B53BA3 (or 0xB53BA3) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3B and A3. RGB value is (181,59,163). Sum of RGB (Red+Green+Blue) = 181+59+163=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B53BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53BA3 is #4AC45C. Grayscale: #6B6B6B. Windows color (decimal): -4899933 or 10697653. OLE color: 10697653.

HSL color Cylindrical-coordinate representation of color #B53BA3: hue angle of 308.85º degrees, saturation: 0.51, 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 #B53BA3 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18159163-
CMYK00.670.100.29
HSL308.85º50.83%47.06%-
HSV(B)308.85º67.4%70.98%-
XYZ27.2315.636.23-
YUV107.33159.42180.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 59 (23.44% from 255) = 14.64%
BLUE value IS 163 (64.06% from 255) = 40.45%
R=44.91%
G=14.64%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815916300.670.100.29308.8550.8347.06
HexB53BA3043A1D135332f
Octal26573243010312354656357
Binary101101011110111010001101000011101011101100110101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53BA3; }

 p { color: rgb(181,59,163); }

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

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

 a { background-color: rgb(181,59,163); }

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

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

 span { border-color: rgb(181,59,163); }

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