#B526A1

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

Shades of Medium Red Violet #B526A1

Tints of Medium Red Violet #B526A1

Color information

#B526A1 (or 0xB526A1) is unknown color: approx Medium Red Violet. HEX triplet: B5, 26 and A1. RGB value is (181,38,161). Sum of RGB (Red+Green+Blue) = 181+38+161=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 161 (63.28% from 255 or 42.37% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B526A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B526A1 is #4AD95E. Grayscale: #5E5E5E. Windows color (decimal): -4905311 or 10561205. OLE color: 10561205.

HSL color Cylindrical-coordinate representation of color #B526A1: hue angle of 308.39º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B526A1 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18138161-
CMYK00.790.110.29
HSL308.39º65.3%42.94%-
HSV(B)308.39º79.01%70.98%-
XYZ26.1813.7835-
YUV94.78165.38189.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 38 (15.23% from 255) = 10%
BLUE value IS 161 (63.28% from 255) = 42.37%
R=47.63%
G=10%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813816100.790.110.29308.3965.342.94
HexB526A104FB1D134412b
Octal265462410117133546410153
Binary1011010110011010100001010011111011111011001101001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B526A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B526A1; }

 p { color: rgb(181,38,161); }

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

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

 a { background-color: rgb(181,38,161); }

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

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

 span { border-color: rgb(181,38,161); }

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