#B53F7E

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

Shades of Medium Red Violet #B53F7E

Tints of Medium Red Violet #B53F7E

Color information

#B53F7E (or 0xB53F7E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3F and 7E. RGB value is (181,63,126). Sum of RGB (Red+Green+Blue) = 181+63+126=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F7E is #4AC081. Grayscale: #696969. Windows color (decimal): -4898946 or 8273845. OLE color: 8273845.

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

Color convert

RGB18163126-
CMYK00.650.300.29
HSL327.97º48.36%47.84%-
HSV(B)327.97º65.19%70.98%-
XYZ24.614.8921.32-
YUV105.46139.59181.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 63 (25% from 255) = 17.03%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=48.92%
G=17.03%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816312600.650.300.29327.9748.3647.84
HexB53F7E0411E1D1483030
Octal26577176010136355106060
Binary101101011111111111110010000011111011101101001000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53F7E; }

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

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

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

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

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

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

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

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