#B54F8E

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

Shades of Mulberry #B54F8E

Tints of Mulberry #B54F8E

Color information

#B54F8E (or 0xB54F8E) is unknown color: approx Mulberry. HEX triplet: B5, 4F and 8E. RGB value is (181,79,142). Sum of RGB (Red+Green+Blue) = 181+79+142=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54F8E is #4AB071. Grayscale: #747474. Windows color (decimal): -4894834 or 9326517. OLE color: 9326517.

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

Color convert

RGB18179142-
CMYK00.560.220.29
HSL322.94º40.8%50.98%-
HSV(B)322.94º56.35%70.98%-
XYZ26.7317.3727.53-
YUV116.68142.29173.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 79 (31.25% from 255) = 19.65%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=45.02%
G=19.65%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817914200.560.220.29322.9440.850.98
HexB54F8E038161D1432933
Octal26511721607026355035163
Binary1011010110011111000111001110001011011101101000011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F8E; }

 p { color: rgb(181,79,142); }

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

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

 a { background-color: rgb(181,79,142); }

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

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

 span { border-color: rgb(181,79,142); }

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