#b52f8b

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

Shades of Medium Red Violet #B52F8B

Tints of Medium Red Violet #B52F8B

Color information

#B52F8B (or 0xB52F8B) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2F and 8B. RGB value is (181,47,139). Sum of RGB (Red+Green+Blue) = 181+47+139=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52F8B is #4AD074. Grayscale: #616161. Windows color (decimal): -4903029 or 9121717. OLE color: 9121717.

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

Color convert

RGB18147139-
CMYK00.740.230.29
HSL318.81º58.77%44.71%-
HSV(B)318.81º74.03%70.98%-
XYZ24.7313.7225.77-
YUV97.55151.39187.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 47 (18.75% from 255) = 12.81%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=49.32%
G=12.81%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814713900.740.230.29318.8158.7744.71
HexB52F8B04A171D13f3b2d
Octal26557213011227354777355
Binary1011010110111110001011010010101011111101100111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52f8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52f8b; }

 p { color: rgb(181,47,139); }

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

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

 a { background-color: rgb(181,47,139); }

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

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

 span { border-color: rgb(181,47,139); }

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