#B54E8B

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

Shades of Mulberry #B54E8B

Tints of Mulberry #B54E8B

Color information

#B54E8B (or 0xB54E8B) is unknown color: approx Mulberry. HEX triplet: B5, 4E and 8B. RGB value is (181,78,139). Sum of RGB (Red+Green+Blue) = 181+78+139=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54E8B is #4AB174. Grayscale: #737373. Windows color (decimal): -4895093 or 9129653. OLE color: 9129653.

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

Color convert

RGB18178139-
CMYK00.570.230.29
HSL324.47º41.04%50.78%-
HSV(B)324.47º56.91%70.98%-
XYZ26.4417.1426.34-
YUV115.75141.12174.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=45.48%
G=19.60%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817813900.570.230.29324.4741.0450.78
HexB54E8B039171D1442933
Octal26511621307127355045163
Binary1011010110011101000101101110011011111101101000100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E8B; }

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

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

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

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

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

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

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

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