#B52FA6

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

Shades of Medium Red Violet #B52FA6

Tints of Medium Red Violet #B52FA6

Color information

#B52FA6 (or 0xB52FA6) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2F and A6. RGB value is (181,47,166). Sum of RGB (Red+Green+Blue) = 181+47+166=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B52FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52FA6 is #4AD059. Grayscale: #646464. Windows color (decimal): -4903002 or 10891189. OLE color: 10891189.

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

Color convert

RGB18147166-
CMYK00.740.080.29
HSL306.72º58.77%44.71%-
HSV(B)306.72º74.03%70.98%-
XYZ26.9614.6137.48-
YUV100.63164.89185.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 47 (18.75% from 255) = 11.93%
BLUE value IS 166 (65.23% from 255) = 42.13%
R=45.94%
G=11.93%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814716600.740.080.29306.7258.7744.71
HexB52FA604A81D1333b2d
Octal26557246011210354637355
Binary101101011011111010011001001010100011101100110011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52FA6; }

 p { color: rgb(181,47,166); }

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

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

 a { background-color: rgb(181,47,166); }

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

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

 span { border-color: rgb(181,47,166); }

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