#B52E7B

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

Shades of Medium Red Violet #B52E7B

Tints of Medium Red Violet #B52E7B

Color information

#B52E7B (or 0xB52E7B) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2E and 7B. RGB value is (181,46,123). Sum of RGB (Red+Green+Blue) = 181+46+123=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E7B is #4AD184. Grayscale: #5E5E5E. Windows color (decimal): -4903301 or 8072885. OLE color: 8072885.

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

Color convert

RGB18146123-
CMYK00.750.320.29
HSL325.78º59.47%44.51%-
HSV(B)325.78º74.59%70.98%-
XYZ23.6113.2120.04-
YUV95.14143.73189.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=51.71%
G=13.14%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814612300.750.320.29325.7859.4744.51
HexB52E7B04B201D1463b2d
Octal26556173011340355067355
Binary1011010110111011110110100101110000011101101000110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E7B; }

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

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

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

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

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

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

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

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