#B53A8E

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

Shades of Medium Red Violet #B53A8E

Tints of Medium Red Violet #B53A8E

Color information

#B53A8E (or 0xB53A8E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3A and 8E. RGB value is (181,58,142). Sum of RGB (Red+Green+Blue) = 181+58+142=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53A8E is #4AC571. Grayscale: #686868. Windows color (decimal): -4900210 or 9321141. OLE color: 9321141.

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

Color convert

RGB18158142-
CMYK00.680.220.29
HSL319.02º51.46%46.86%-
HSV(B)319.02º67.96%70.98%-
XYZ25.4514.827.11-
YUV104.35149.25182.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=47.51%
G=15.22%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815814200.680.220.29319.0251.4646.86
HexB53A8E044161D13f332f
Octal26572216010426354776357
Binary1011010111101010001110010001001011011101100111111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A8E; }

 p { color: rgb(181,58,142); }

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

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

 a { background-color: rgb(181,58,142); }

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

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

 span { border-color: rgb(181,58,142); }

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