#B52F7E

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

Shades of Medium Red Violet #B52F7E

Tints of Medium Red Violet #B52F7E

Color information

#B52F7E (or 0xB52F7E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2F and 7E. RGB value is (181,47,126). Sum of RGB (Red+Green+Blue) = 181+47+126=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52F7E is #4AD081. Grayscale: #5F5F5F. Windows color (decimal): -4903042 or 8269749. OLE color: 8269749.

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

Color convert

RGB18147126-
CMYK00.740.300.29
HSL324.63º58.77%44.71%-
HSV(B)324.63º74.03%70.98%-
XYZ23.8413.3621.06-
YUV96.07144.89188.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 47 (18.75% from 255) = 13.28%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=51.13%
G=13.28%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814712600.740.300.29324.6358.7744.71
HexB52F7E04A1E1D1453b2d
Octal26557176011236355057355
Binary101101011011111111110010010101111011101101000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F7E; }

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

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

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

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

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

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

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

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