#B55D8B

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

Shades of Mulberry #B55D8B

Tints of Mulberry #B55D8B

Color information

#B55D8B (or 0xB55D8B) is unknown color: approx Mulberry. HEX triplet: B5, 5D and 8B. RGB value is (181,93,139). Sum of RGB (Red+Green+Blue) = 181+93+139=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D8B is #4AA274. Grayscale: #7C7C7C. Windows color (decimal): -4891253 or 9133493. OLE color: 9133493.

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

Color convert

RGB18193139-
CMYK00.490.230.29
HSL328.64º37.29%53.73%-
HSV(B)328.64º48.62%70.98%-
XYZ27.6319.5226.74-
YUV124.56136.15168.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=43.83%
G=22.52%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819313900.490.230.29328.6437.2953.73
HexB55D8B031171D1492536
Octal26513521306127355114566
Binary1011010110111011000101101100011011111101101001001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D8B; }

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

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

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

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

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

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

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

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