#B54493

Color #B54493 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B54493

Tints of Mulberry #B54493

Color information

#B54493 (or 0xB54493) is unknown color: approx Mulberry. HEX triplet: B5, 44 and 93. RGB value is (181,68,147). Sum of RGB (Red+Green+Blue) = 181+68+147=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B54493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54493 is #4ABB6C. Grayscale: #6E6E6E. Windows color (decimal): -4897645 or 9651381. OLE color: 9651381.

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

Color convert

RGB18168147-
CMYK00.620.190.29
HSL318.05º45.38%48.82%-
HSV(B)318.05º62.43%70.98%-
XYZ26.3916.0629.31-
YUV110.79148.44178.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=45.71%
G=17.17%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816814700.620.190.29318.0545.3848.82
HexB5449303E131D13e2d31
Octal26510422307623354765561
Binary1011010110001001001001101111101001111101100111110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54493; }

 p { color: rgb(181,68,147); }

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

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

 a { background-color: rgb(181,68,147); }

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

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

 span { border-color: rgb(181,68,147); }

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