#B55A8F

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

Shades of Mulberry #B55A8F

Tints of Mulberry #B55A8F

Color information

#B55A8F (or 0xB55A8F) is unknown color: approx Mulberry. HEX triplet: B5, 5A and 8F. RGB value is (181,90,143). Sum of RGB (Red+Green+Blue) = 181+90+143=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A8F is #4AA570. Grayscale: #7B7B7B. Windows color (decimal): -4892017 or 9394869. OLE color: 9394869.

HSL color Cylindrical-coordinate representation of color #B55A8F: hue angle of 325.05º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55A8F is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18190143-
CMYK00.500.210.29
HSL325.05º38.08%53.14%-
HSV(B)325.05º50.28%70.98%-
XYZ27.6719.1228.22-
YUV123.25139.15169.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 90 (35.55% from 255) = 21.74%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=43.72%
G=21.74%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819014300.500.210.29325.0538.0853.14
HexB55A8F032151D1452635
Octal26513221706225355054665
Binary1011010110110101000111101100101010111101101000101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A8F; }

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

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

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

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

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

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

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

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