#b52aa8

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

Shades of Medium Red Violet #B52AA8

Tints of Medium Red Violet #B52AA8

Color information

#B52AA8 (or 0xB52AA8) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2A and A8. RGB value is (181,42,168). Sum of RGB (Red+Green+Blue) = 181+42+168=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B52AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52AA8 is #4AD557. Grayscale: #616161. Windows color (decimal): -4904280 or 11020981. OLE color: 11020981.

HSL color Cylindrical-coordinate representation of color #B52AA8: hue angle of 305.61º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52AA8 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18142168-
CMYK00.770.070.29
HSL305.61º62.33%43.73%-
HSV(B)305.61º76.8%70.98%-
XYZ26.9514.3138.39-
YUV97.92167.55187.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 42 (16.80% from 255) = 10.74%
BLUE value IS 168 (66.02% from 255) = 42.97%
R=46.29%
G=10.74%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814216800.770.070.29305.6162.3343.73
HexB52AA804D71D1323e2c
Octal2655225001157354627654
Binary10110101101010101010000100110111111101100110010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52aa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52aa8; }

 p { color: rgb(181,42,168); }

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

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

 a { background-color: rgb(181,42,168); }

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

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

 span { border-color: rgb(181,42,168); }

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