#B54E8F

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

Shades of Mulberry #B54E8F

Tints of Mulberry #B54E8F

Color information

#B54E8F (or 0xB54E8F) is unknown color: approx Mulberry. HEX triplet: B5, 4E and 8F. RGB value is (181,78,143). Sum of RGB (Red+Green+Blue) = 181+78+143=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54E8F is #4AB170. Grayscale: #747474. Windows color (decimal): -4895089 or 9391797. OLE color: 9391797.

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

Color convert

RGB18178143-
CMYK00.570.210.29
HSL322.14º41.04%50.78%-
HSV(B)322.14º56.91%70.98%-
XYZ26.7417.2627.91-
YUV116.21143.12174.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=45.02%
G=19.40%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817814300.570.210.29322.1441.0450.78
HexB54E8F039151D1422933
Octal26511621707125355025163
Binary1011010110011101000111101110011010111101101000010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E8F; }

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

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

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

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

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

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

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

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