#b532a7

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

Shades of Medium Red Violet #B532A7

Tints of Medium Red Violet #B532A7

Color information

#B532A7 (or 0xB532A7) is unknown color: approx Medium Red Violet. HEX triplet: B5, 32 and A7. RGB value is (181,50,167). Sum of RGB (Red+Green+Blue) = 181+50+167=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B532A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B532A7 is #4ACD58. Grayscale: #666666. Windows color (decimal): -4902233 or 10957493. OLE color: 10957493.

HSL color Cylindrical-coordinate representation of color #B532A7: hue angle of 306.41º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B532A7 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18150167-
CMYK00.720.080.29
HSL306.41º56.71%45.29%-
HSV(B)306.41º72.38%70.98%-
XYZ27.1714.8938-
YUV102.51164.4183.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 50 (19.92% from 255) = 12.56%
BLUE value IS 167 (65.62% from 255) = 41.96%
R=45.48%
G=12.56%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815016700.720.080.29306.4156.7145.29
HexB532A704881D132392d
Octal26562247011010354627155
Binary101101011100101010011101001000100011101100110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b532a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b532a7; }

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

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

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

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

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

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

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

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