#B52A8C

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

Shades of Medium Red Violet #B52A8C

Tints of Medium Red Violet #B52A8C

Color information

#B52A8C (or 0xB52A8C) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2A and 8C. RGB value is (181,42,140). Sum of RGB (Red+Green+Blue) = 181+42+140=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52A8C is #4AD573. Grayscale: #5E5E5E. Windows color (decimal): -4904308 or 9185973. OLE color: 9185973.

HSL color Cylindrical-coordinate representation of color #B52A8C: hue angle of 317.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52A8C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18142140-
CMYK00.770.230.29
HSL317.7º62.33%43.73%-
HSV(B)317.7º76.8%70.98%-
XYZ24.6213.3726.09-
YUV94.73153.55189.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 42 (16.80% from 255) = 11.57%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=49.86%
G=11.57%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814214000.770.230.29317.762.3343.73
HexB52A8C04D171D13e3e2c
Octal26552214011527354767654
Binary1011010110101010001100010011011011111101100111110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52A8C; }

 p { color: rgb(181,42,140); }

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

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

 a { background-color: rgb(181,42,140); }

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

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

 span { border-color: rgb(181,42,140); }

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