#b528a1

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

Shades of Medium Red Violet #B528A1

Tints of Medium Red Violet #B528A1

Color information

#B528A1 (or 0xB528A1) is unknown color: approx Medium Red Violet. HEX triplet: B5, 28 and A1. RGB value is (181,40,161). Sum of RGB (Red+Green+Blue) = 181+40+161=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B528A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B528A1 is #4AD75E. Grayscale: #5F5F5F. Windows color (decimal): -4904799 or 10561717. OLE color: 10561717.

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

Color convert

RGB18140161-
CMYK00.780.110.29
HSL308.51º63.8%43.33%-
HSV(B)308.51º77.9%70.98%-
XYZ26.2513.9135.02-
YUV95.95164.71188.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 40 (16.02% from 255) = 10.47%
BLUE value IS 161 (63.28% from 255) = 42.15%
R=47.38%
G=10.47%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814016100.780.110.29308.5163.843.33
HexB528A104EB1D135402b
Octal265502410116133546510053
Binary1011010110100010100001010011101011111011001101011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b528a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b528a1; }

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

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

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

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

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

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

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

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