#B52E9C

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

Shades of Medium Red Violet #B52E9C

Tints of Medium Red Violet #B52E9C

Color information

#B52E9C (or 0xB52E9C) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2E and 9C. RGB value is (181,46,156). Sum of RGB (Red+Green+Blue) = 181+46+156=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52E9C is #4AD163. Grayscale: #626262. Windows color (decimal): -4903268 or 10235573. OLE color: 10235573.

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

Color convert

RGB18146156-
CMYK00.750.140.29
HSL311.11º59.47%44.51%-
HSV(B)311.11º74.59%70.98%-
XYZ26.0314.1832.82-
YUV98.9160.23186.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 46 (18.36% from 255) = 12.01%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=47.26%
G=12.01%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814615600.750.140.29311.1159.4744.51
HexB52E9C04BE1D1373b2d
Octal26556234011316354677355
Binary101101011011101001110001001011111011101100110111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52E9C; }

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

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

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

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

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

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

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

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