#B528A6

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

Shades of Medium Red Violet #B528A6

Tints of Medium Red Violet #B528A6

Color information

#B528A6 (or 0xB528A6) is unknown color: approx Medium Red Violet. HEX triplet: B5, 28 and A6. RGB value is (181,40,166). Sum of RGB (Red+Green+Blue) = 181+40+166=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B528A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B528A6 is #4AD759. Grayscale: #606060. Windows color (decimal): -4904794 or 10889397. OLE color: 10889397.

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

Color convert

RGB18140166-
CMYK00.780.080.29
HSL306.38º63.8%43.33%-
HSV(B)306.38º77.9%70.98%-
XYZ26.714.0937.39-
YUV96.52167.21188.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 40 (16.02% from 255) = 10.34%
BLUE value IS 166 (65.23% from 255) = 42.89%
R=46.77%
G=10.34%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814016600.780.080.29306.3863.843.33
HexB528A604E81D132402b
Octal265502460116103546210053
Binary1011010110100010100110010011101000111011001100101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B528A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B528A6; }

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

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

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

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

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

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

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

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