#B53E8A

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

Shades of Medium Red Violet #B53E8A

Tints of Medium Red Violet #B53E8A

Color information

#B53E8A (or 0xB53E8A) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3E and 8A. RGB value is (181,62,138). Sum of RGB (Red+Green+Blue) = 181+62+138=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53E8A is #4AC175. Grayscale: #6A6A6A. Windows color (decimal): -4899190 or 9060021. OLE color: 9060021.

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

Color convert

RGB18162138-
CMYK00.660.240.29
HSL321.68º48.97%47.65%-
HSV(B)321.68º65.75%70.98%-
XYZ25.3715.125.62-
YUV106.24145.92181.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 62 (24.61% from 255) = 16.27%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=47.51%
G=16.27%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816213800.660.240.29321.6848.9747.65
HexB53E8A042181D1423130
Octal26576212010230355026160
Binary1011010111111010001010010000101100011101101000010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E8A; }

 p { color: rgb(181,62,138); }

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

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

 a { background-color: rgb(181,62,138); }

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

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

 span { border-color: rgb(181,62,138); }

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