#B52F8F

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

Shades of Medium Red Violet #B52F8F

Tints of Medium Red Violet #B52F8F

Color information

#B52F8F (or 0xB52F8F) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2F and 8F. RGB value is (181,47,143). Sum of RGB (Red+Green+Blue) = 181+47+143=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52F8F is #4AD070. Grayscale: #616161. Windows color (decimal): -4903025 or 9383861. OLE color: 9383861.

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

Color convert

RGB18147143-
CMYK00.740.210.29
HSL317.01º58.77%44.71%-
HSV(B)317.01º74.03%70.98%-
XYZ25.0313.8427.34-
YUV98.01153.39187.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 47 (18.75% from 255) = 12.67%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=48.79%
G=12.67%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814714300.740.210.29317.0158.7744.71
HexB52F8F04A151D13d3b2d
Octal26557217011225354757355
Binary1011010110111110001111010010101010111101100111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F8F; }

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

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

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

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

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

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

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

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