#B52F8E

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

Shades of Medium Red Violet #B52F8E

Tints of Medium Red Violet #B52F8E

Color information

#B52F8E (or 0xB52F8E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2F and 8E. RGB value is (181,47,142). Sum of RGB (Red+Green+Blue) = 181+47+142=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52F8E is #4AD071. Grayscale: #616161. Windows color (decimal): -4903026 or 9318325. OLE color: 9318325.

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

Color convert

RGB18147142-
CMYK00.740.220.29
HSL317.46º58.77%44.71%-
HSV(B)317.46º74.03%70.98%-
XYZ24.9613.8126.94-
YUV97.9152.89187.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 47 (18.75% from 255) = 12.70%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=48.92%
G=12.70%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814714200.740.220.29317.4658.7744.71
HexB52F8E04A161D13d3b2d
Octal26557216011226354757355
Binary1011010110111110001110010010101011011101100111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F8E; }

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

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

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

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

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

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

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

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