#B54E96

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

Shades of Mulberry #B54E96

Tints of Mulberry #B54E96

Color information

#B54E96 (or 0xB54E96) is unknown color: approx Mulberry. HEX triplet: B5, 4E and 96. RGB value is (181,78,150). Sum of RGB (Red+Green+Blue) = 181+78+150=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54E96 is #4AB169. Grayscale: #747474. Windows color (decimal): -4895082 or 9850549. OLE color: 9850549.

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

Color convert

RGB18178150-
CMYK00.570.170.29
HSL318.06º41.04%50.78%-
HSV(B)318.06º56.91%70.98%-
XYZ27.2917.4730.79-
YUV117146.62173.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=44.25%
G=19.07%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817815000.570.170.29318.0641.0450.78
HexB54E96039111D13e2933
Octal26511622607121354765163
Binary1011010110011101001011001110011000111101100111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E96; }

 p { color: rgb(181,78,150); }

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

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

 a { background-color: rgb(181,78,150); }

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

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

 span { border-color: rgb(181,78,150); }

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