#BB4689

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

Shades of Mulberry #BB4689

Tints of Mulberry #BB4689

Color information

#BB4689 (or 0xBB4689) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 89. RGB value is (187,70,137). Sum of RGB (Red+Green+Blue) = 187+70+137=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4689 is #44B976. Grayscale: #707070. Windows color (decimal): -4503927 or 8996539. OLE color: 8996539.

HSL color Cylindrical-coordinate representation of color #BB4689: hue angle of 325.64º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4689 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18770137-
CMYK00.630.270.27
HSL325.64º46.25%50.39%-
HSV(B)325.64º62.57%73.33%-
XYZ27.216.7525.47-
YUV112.62141.76181.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 70 (27.73% from 255) = 17.77%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=47.46%
G=17.77%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877013700.630.270.27325.6446.2550.39
HexBB468903F1B1B1462e32
Octal27310621107733335065662
Binary1011101110001101000100101111111101111011101000110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4689; }

 p { color: rgb(187,70,137); }

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

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

 a { background-color: rgb(187,70,137); }

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

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

 span { border-color: rgb(187,70,137); }

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