#B52F7B

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

Shades of Medium Red Violet #B52F7B

Tints of Medium Red Violet #B52F7B

Color information

#B52F7B (or 0xB52F7B) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2F and 7B. RGB value is (181,47,123). Sum of RGB (Red+Green+Blue) = 181+47+123=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52F7B is #4AD084. Grayscale: #5F5F5F. Windows color (decimal): -4903045 or 8073141. OLE color: 8073141.

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

Color convert

RGB18147123-
CMYK00.740.320.29
HSL325.97º58.77%44.71%-
HSV(B)325.97º74.03%70.98%-
XYZ23.6513.2920.06-
YUV95.73143.39188.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 47 (18.75% from 255) = 13.39%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=51.57%
G=13.39%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814712300.740.320.29325.9758.7744.71
HexB52F7B04A201D1463b2d
Octal26557173011240355067355
Binary1011010110111111110110100101010000011101101000110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52F7B; }

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

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

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

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

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

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

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

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