#B523A3

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

Shades of Medium Red Violet #B523A3

Tints of Medium Red Violet #B523A3

Color information

#B523A3 (or 0xB523A3) is unknown color: approx Medium Red Violet. HEX triplet: B5, 23 and A3. RGB value is (181,35,163). Sum of RGB (Red+Green+Blue) = 181+35+163=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B523A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B523A3 is #4ADC5C. Grayscale: #5C5C5C. Windows color (decimal): -4906077 or 10691509. OLE color: 10691509.

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

Color convert

RGB18135163-
CMYK00.810.100.29
HSL307.4º67.59%42.35%-
HSV(B)307.4º80.66%70.98%-
XYZ26.2713.6735.9-
YUV93.25167.37190.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 35 (14.06% from 255) = 9.23%
BLUE value IS 163 (64.06% from 255) = 43.01%
R=47.76%
G=9.23%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813516300.810.100.29307.467.5942.35
HexB523A3051A1D133442a
Octal265432430121123546310452
Binary1011010110001110100011010100011010111011001100111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B523A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B523A3; }

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

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

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

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

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

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

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

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