#B523AD

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

Shades of Medium Red Violet #B523AD

Tints of Medium Red Violet #B523AD

Color information

#B523AD (or 0xB523AD) is unknown color: approx Medium Red Violet. HEX triplet: B5, 23 and AD. RGB value is (181,35,173). Sum of RGB (Red+Green+Blue) = 181+35+173=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B523AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B523AD is #4ADC52. Grayscale: #5D5D5D. Windows color (decimal): -4906067 or 11346869. OLE color: 11346869.

HSL color Cylindrical-coordinate representation of color #B523AD: hue angle of 303.29º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B523AD is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18135173-
CMYK00.810.040.29
HSL303.29º67.59%42.35%-
HSV(B)303.29º80.66%70.98%-
XYZ27.214.0440.81-
YUV94.39172.37189.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 35 (14.06% from 255) = 9.00%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=46.53%
G=9.00%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813517300.810.040.29303.2967.5942.35
HexB523AD05141D12f442a
Octal26543255012143545710452
Binary101101011000111010110101010001100111011001011111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B523AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B523AD; }

 p { color: rgb(181,35,173); }

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

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

 a { background-color: rgb(181,35,173); }

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

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

 span { border-color: rgb(181,35,173); }

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