#B5548F

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

Shades of Mulberry #B5548F

Tints of Mulberry #B5548F

Color information

#B5548F (or 0xB5548F) is unknown color: approx Mulberry. HEX triplet: B5, 54 and 8F. RGB value is (181,84,143). Sum of RGB (Red+Green+Blue) = 181+84+143=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5548F is #4AAB70. Grayscale: #777777. Windows color (decimal): -4893553 or 9393333. OLE color: 9393333.

HSL color Cylindrical-coordinate representation of color #B5548F: hue angle of 323.51º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5548F is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18184143-
CMYK00.540.210.29
HSL323.51º39.59%51.96%-
HSV(B)323.51º53.59%70.98%-
XYZ27.1818.1528.06-
YUV119.73141.14171.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=44.36%
G=20.59%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818414300.540.210.29323.5139.5951.96
HexB5548F036151D1442834
Octal26512421706625355045064
Binary1011010110101001000111101101101010111101101000100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5548F; }

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

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

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

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

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

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

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

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