#B52E96

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

Shades of Medium Red Violet #B52E96

Tints of Medium Red Violet #B52E96

Color information

#B52E96 (or 0xB52E96) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2E and 96. RGB value is (181,46,150). Sum of RGB (Red+Green+Blue) = 181+46+150=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52E96 is #4AD169. Grayscale: #616161. Windows color (decimal): -4903274 or 9842357. OLE color: 9842357.

HSL color Cylindrical-coordinate representation of color #B52E96: hue angle of 313.78º 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 #B52E96 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18146150-
CMYK00.750.170.29
HSL313.78º59.47%44.51%-
HSV(B)313.78º74.59%70.98%-
XYZ25.5413.9830.21-
YUV98.22157.23187.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 46 (18.36% from 255) = 12.20%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=48.01%
G=12.20%
B=39.79%

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
Decimal1814615000.750.170.29313.7859.4744.51
HexB52E9604B111D13a3b2d
Octal26556226011321354727355
Binary1011010110111010010110010010111000111101100111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E96; }

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

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

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

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

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

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

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

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