#BB5899

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

Shades of Mulberry #BB5899

Tints of Mulberry #BB5899

Color information

#BB5899 (or 0xBB5899) is unknown color: approx Mulberry. HEX triplet: BB, 58 and 99. RGB value is (187,88,153). Sum of RGB (Red+Green+Blue) = 187+88+153=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5899 is #44A766. Grayscale: #7C7C7C. Windows color (decimal): -4499303 or 10049723. OLE color: 10049723.

HSL color Cylindrical-coordinate representation of color #BB5899: hue angle of 320.61º 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 #BB5899 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18788153-
CMYK00.530.180.27
HSL320.61º42.13%53.92%-
HSV(B)320.61º52.94%73.33%-
XYZ29.7319.8432.4-
YUV125.01143.8172.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=43.69%
G=20.56%
B=35.75%

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
Decimal1878815300.530.180.27320.6142.1353.92
HexBB5899035121B1412a36
Octal27313023106522335015266
Binary1011101110110001001100101101011001011011101000001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5899; }

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

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

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

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

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

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

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

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