#B528A4

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

Shades of Medium Red Violet #B528A4

Tints of Medium Red Violet #B528A4

Color information

#B528A4 (or 0xB528A4) is unknown color: approx Medium Red Violet. HEX triplet: B5, 28 and A4. RGB value is (181,40,164). Sum of RGB (Red+Green+Blue) = 181+40+164=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B528A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B528A4 is #4AD75B. Grayscale: #5F5F5F. Windows color (decimal): -4904796 or 10758325. OLE color: 10758325.

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

Color convert

RGB18140164-
CMYK00.780.090.29
HSL307.23º63.8%43.33%-
HSV(B)307.23º77.9%70.98%-
XYZ26.5214.0236.43-
YUV96.29166.21188.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 40 (16.02% from 255) = 10.39%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=47.01%
G=10.39%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814016400.780.090.29307.2363.843.33
HexB528A404E91D133402b
Octal265502440116113546310053
Binary1011010110100010100100010011101001111011001100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B528A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B528A4; }

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

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

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

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

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

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

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

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