#B53B7F

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

Shades of Medium Red Violet #B53B7F

Tints of Medium Red Violet #B53B7F

Color information

#B53B7F (or 0xB53B7F) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3B and 7F. RGB value is (181,59,127). Sum of RGB (Red+Green+Blue) = 181+59+127=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B7F is #4AC480. Grayscale: #676767. Windows color (decimal): -4899969 or 8338357. OLE color: 8338357.

HSL color Cylindrical-coordinate representation of color #B53B7F: hue angle of 326.56º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53B7F is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18159127-
CMYK00.670.300.29
HSL326.56º50.83%47.06%-
HSV(B)326.56º67.4%70.98%-
XYZ24.4514.4821.59-
YUV103.23141.42183.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 59 (23.44% from 255) = 16.08%
BLUE value IS 127 (50% from 255) = 34.60%
R=49.32%
G=16.08%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815912700.670.300.29326.5650.8347.06
HexB53B7F0431E1D147332f
Octal26573177010336355076357
Binary101101011110111111111010000111111011101101000111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B7F; }

 p { color: rgb(181,59,127); }

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

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

 a { background-color: rgb(181,59,127); }

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

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

 span { border-color: rgb(181,59,127); }

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