#B525A4

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

Shades of Medium Red Violet #B525A4

Tints of Medium Red Violet #B525A4

Color information

#B525A4 (or 0xB525A4) is unknown color: approx Medium Red Violet. HEX triplet: B5, 25 and A4. RGB value is (181,37,164). Sum of RGB (Red+Green+Blue) = 181+37+164=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B525A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B525A4 is #4ADA5B. Grayscale: #5E5E5E. Windows color (decimal): -4905564 or 10757557. OLE color: 10757557.

HSL color Cylindrical-coordinate representation of color #B525A4: hue angle of 307.08º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B525A4 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18137164-
CMYK00.800.090.29
HSL307.08º66.06%42.75%-
HSV(B)307.08º79.56%70.98%-
XYZ26.4213.8336.4-
YUV94.53167.21189.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 37 (14.84% from 255) = 9.69%
BLUE value IS 164 (64.45% from 255) = 42.93%
R=47.38%
G=9.69%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813716400.800.090.29307.0866.0642.75
HexB525A405091D133422b
Octal265452440120113546310253
Binary1011010110010110100100010100001001111011001100111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B525A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B525A4; }

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

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

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

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

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

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

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

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