#B54E94

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

Shades of Mulberry #B54E94

Tints of Mulberry #B54E94

Color information

#B54E94 (or 0xB54E94) is unknown color: approx Mulberry. HEX triplet: B5, 4E and 94. RGB value is (181,78,148). Sum of RGB (Red+Green+Blue) = 181+78+148=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54E94 is #4AB16B. Grayscale: #747474. Windows color (decimal): -4895084 or 9719477. OLE color: 9719477.

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

Color convert

RGB18178148-
CMYK00.570.180.29
HSL319.22º41.04%50.78%-
HSV(B)319.22º56.91%70.98%-
XYZ27.1317.4129.95-
YUV116.78145.62173.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 78 (30.86% from 255) = 19.16%
BLUE value IS 148 (58.20% from 255) = 36.36%
R=44.47%
G=19.16%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817814800.570.180.29319.2241.0450.78
HexB54E94039121D13f2933
Octal26511622407122354775163
Binary1011010110011101001010001110011001011101100111111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E94; }

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

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

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

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

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

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

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

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