#B53E9E

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

Shades of Medium Red Violet #B53E9E

Tints of Medium Red Violet #B53E9E

Color information

#B53E9E (or 0xB53E9E) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3E and 9E. RGB value is (181,62,158). Sum of RGB (Red+Green+Blue) = 181+62+158=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53E9E is #4AC161. Grayscale: #6C6C6C. Windows color (decimal): -4899170 or 10370741. OLE color: 10370741.

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

Color convert

RGB18162158-
CMYK00.660.130.29
HSL311.6º48.97%47.65%-
HSV(B)311.6º65.75%70.98%-
XYZ26.9515.7433.96-
YUV108.52155.92179.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 62 (24.61% from 255) = 15.46%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=45.14%
G=15.46%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816215800.660.130.29311.648.9747.65
HexB53E9E042D1D1383130
Octal26576236010215354706160
Binary101101011111101001111001000010110111101100111000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E9E; }

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

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

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

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

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

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

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

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