#BB4099

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

Shades of Mulberry #BB4099

Tints of Mulberry #BB4099

Color information

#BB4099 (or 0xBB4099) is unknown color: approx Mulberry. HEX triplet: BB, 40 and 99. RGB value is (187,64,153). Sum of RGB (Red+Green+Blue) = 187+64+153=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4099 is #44BF66. Grayscale: #6E6E6E. Windows color (decimal): -4505447 or 10043579. OLE color: 10043579.

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

Color convert

RGB18764153-
CMYK00.660.180.27
HSL316.59º49%49.22%-
HSV(B)316.59º65.78%73.33%-
XYZ28.0816.5331.85-
YUV110.92151.75182.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=46.29%
G=15.84%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876415300.660.180.27316.594949.22
HexBB4099042121B13d3131
Octal273100231010222334756161
Binary10111011100000010011001010000101001011011100111101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4099; }

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

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

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

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

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

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

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

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