#B52E97

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

Shades of Medium Red Violet #B52E97

Tints of Medium Red Violet #B52E97

Color information

#B52E97 (or 0xB52E97) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2E and 97. RGB value is (181,46,151). Sum of RGB (Red+Green+Blue) = 181+46+151=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52E97 is #4AD168. Grayscale: #626262. Windows color (decimal): -4903273 or 9907893. OLE color: 9907893.

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

Color convert

RGB18146151-
CMYK00.750.170.29
HSL313.33º59.47%44.51%-
HSV(B)313.33º74.59%70.98%-
XYZ25.6214.0130.63-
YUV98.34157.73186.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 46 (18.36% from 255) = 12.17%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=47.88%
G=12.17%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814615100.750.170.29313.3359.4744.51
HexB52E9704B111D1393b2d
Octal26556227011321354717355
Binary1011010110111010010111010010111000111101100111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E97; }

 p { color: rgb(181,46,151); }

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

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

 a { background-color: rgb(181,46,151); }

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

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

 span { border-color: rgb(181,46,151); }

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