#B53E83

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

Shades of Medium Red Violet #B53E83

Tints of Medium Red Violet #B53E83

Color information

#B53E83 (or 0xB53E83) is unknown color: approx Medium Red Violet. HEX triplet: B5, 3E and 83. RGB value is (181,62,131). Sum of RGB (Red+Green+Blue) = 181+62+131=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53E83 is #4AC17C. Grayscale: #696969. Windows color (decimal): -4899197 or 8601269. OLE color: 8601269.

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

Color convert

RGB18162131-
CMYK00.660.280.29
HSL325.21º48.97%47.65%-
HSV(B)325.21º65.75%70.98%-
XYZ24.8814.9123.04-
YUV105.45142.42181.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 62 (24.61% from 255) = 16.58%
BLUE value IS 131 (51.56% from 255) = 35.03%
R=48.40%
G=16.58%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816213100.660.280.29325.2148.9747.65
HexB53E830421C1D1453130
Octal26576203010234355056160
Binary1011010111111010000011010000101110011101101000101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E83; }

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

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

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

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

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

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

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

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