#B503A3

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

Shades of Medium Violet Red #B503A3

Tints of Medium Violet Red #B503A3

Color information

#B503A3 (or 0xB503A3) is unknown color: approx Medium Violet Red. HEX triplet: B5, 03 and A3. RGB value is (181,3,163). Sum of RGB (Red+Green+Blue) = 181+3+163=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B503A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B503A3 is #4AFC5C. Grayscale: #4A4A4A. Windows color (decimal): -4914269 or 10683317. OLE color: 10683317.

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

Color convert

RGB1813163-
CMYK00.980.100.29
HSL306.07º96.74%36.08%-
HSV(B)306.07º98.34%70.98%-
XYZ25.712.5335.71-
YUV74.46177.97203.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 163 (64.06% from 255) = 46.97%
R=52.16%
G=0.86%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181316300.980.100.29306.0796.7436.08
HexB53A3062A1D1326124
Octal26532430142123546214144
Binary101101011110100011011000101010111011001100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B503A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B503A3; }

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

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

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

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

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

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

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

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