#B529A3

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

Shades of Medium Red Violet #B529A3

Tints of Medium Red Violet #B529A3

Color information

#B529A3 (or 0xB529A3) is unknown color: approx Medium Red Violet. HEX triplet: B5, 29 and A3. RGB value is (181,41,163). Sum of RGB (Red+Green+Blue) = 181+41+163=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B529A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B529A3 is #4AD65C. Grayscale: #606060. Windows color (decimal): -4904541 or 10693045. OLE color: 10693045.

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

Color convert

RGB18141163-
CMYK00.770.100.29
HSL307.71º63.06%43.53%-
HSV(B)307.71º77.35%70.98%-
XYZ26.4614.0535.97-
YUV96.77165.38188.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 163 (64.06% from 255) = 42.34%
R=47.01%
G=10.65%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814116300.770.100.29307.7163.0643.53
HexB529A304DA1D1343f2c
Octal26551243011512354647754
Binary101101011010011010001101001101101011101100110100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B529A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B529A3; }

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

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

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

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

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

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

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

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