#BB549B

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

Shades of Mulberry #BB549B

Tints of Mulberry #BB549B

Color information

#BB549B (or 0xBB549B) is unknown color: approx Mulberry. HEX triplet: BB, 54 and 9B. RGB value is (187,84,155). Sum of RGB (Red+Green+Blue) = 187+84+155=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB549B is #44AB64. Grayscale: #7A7A7A. Windows color (decimal): -4500325 or 10179771. OLE color: 10179771.

HSL color Cylindrical-coordinate representation of color #BB549B: hue angle of 318.64º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB549B is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18784155-
CMYK00.550.170.27
HSL318.64º43.1%53.14%-
HSV(B)318.64º55.08%73.33%-
XYZ29.5819.2733.17-
YUV122.89146.12173.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=43.90%
G=19.72%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878415500.550.170.27318.6443.153.14
HexBB549B037111B13f2b35
Octal27312423306721334775365
Binary1011101110101001001101101101111000111011100111111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB549B; }

 p { color: rgb(187,84,155); }

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

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

 a { background-color: rgb(187,84,155); }

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

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

 span { border-color: rgb(187,84,155); }

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