#B527A7

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

Shades of Medium Red Violet #B527A7

Tints of Medium Red Violet #B527A7

Color information

#B527A7 (or 0xB527A7) is unknown color: approx Medium Red Violet. HEX triplet: B5, 27 and A7. RGB value is (181,39,167). Sum of RGB (Red+Green+Blue) = 181+39+167=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 167 (65.62% from 255 or 43.15% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B527A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B527A7 is #4AD858. Grayscale: #5F5F5F. Windows color (decimal): -4905049 or 10954677. OLE color: 10954677.

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

Color convert

RGB18139167-
CMYK00.780.080.29
HSL305.92º64.55%43.14%-
HSV(B)305.92º78.45%70.98%-
XYZ26.7614.0637.86-
YUV96.05168.04188.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 39 (15.62% from 255) = 10.08%
BLUE value IS 167 (65.62% from 255) = 43.15%
R=46.77%
G=10.08%
B=43.15%

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
Decimal1813916700.780.080.29305.9264.5543.14
HexB527A704E81D132412b
Octal265472470116103546210153
Binary1011010110011110100111010011101000111011001100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B527A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B527A7; }

 p { color: rgb(181,39,167); }

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

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

 a { background-color: rgb(181,39,167); }

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

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

 span { border-color: rgb(181,39,167); }

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