#BB589A

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

Shades of Mulberry #BB589A

Tints of Mulberry #BB589A

Color information

#BB589A (or 0xBB589A) is unknown color: approx Mulberry. HEX triplet: BB, 58 and 9A. RGB value is (187,88,154). Sum of RGB (Red+Green+Blue) = 187+88+154=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB589A is #44A765. Grayscale: #7C7C7C. Windows color (decimal): -4499302 or 10115259. OLE color: 10115259.

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

Color convert

RGB18788154-
CMYK00.530.180.27
HSL320º42.13%53.92%-
HSV(B)320º52.94%73.33%-
XYZ29.8219.8832.84-
YUV125.12144.3172.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=43.59%
G=20.51%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878815400.530.180.2732042.1353.92
HexBB589A035121B1402a36
Octal27313023206522335005266
Binary1011101110110001001101001101011001011011101000000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB589A; }

 p { color: rgb(187,88,154); }

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

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

 a { background-color: rgb(187,88,154); }

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

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

 span { border-color: rgb(187,88,154); }

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