#B53B7D

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

Shades of Medium Red Violet #B53B7D

Tints of Medium Red Violet #B53B7D

Color information

#B53B7D (or 0xB53B7D) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3B and 7D. RGB value is (181,59,125). Sum of RGB (Red+Green+Blue) = 181+59+125=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B7D is #4AC482. Grayscale: #666666. Windows color (decimal): -4899971 or 8207285. OLE color: 8207285.

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

Color convert

RGB18159125-
CMYK00.670.310.29
HSL327.54º50.83%47.06%-
HSV(B)327.54º67.4%70.98%-
XYZ24.3214.4320.91-
YUV103140.42183.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 59 (23.44% from 255) = 16.16%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=49.59%
G=16.16%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815912500.670.310.29327.5450.8347.06
HexB53B7D0431F1D148332f
Octal26573175010337355106357
Binary101101011110111111101010000111111111101101001000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B7D; }

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

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

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

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

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

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

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

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