#BB4096

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

Shades of Mulberry #BB4096

Tints of Mulberry #BB4096

Color information

#BB4096 (or 0xBB4096) is unknown color: approx Mulberry. HEX triplet: BB, 40 and 96. RGB value is (187,64,150). Sum of RGB (Red+Green+Blue) = 187+64+150=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4096 is #44BF69. Grayscale: #6E6E6E. Windows color (decimal): -4505450 or 9846971. OLE color: 9846971.

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

Color convert

RGB18764150-
CMYK00.660.200.27
HSL318.05º49%49.22%-
HSV(B)318.05º65.78%73.33%-
XYZ27.8316.4330.56-
YUV110.58150.25182.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 64 (25.39% from 255) = 15.96%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=46.63%
G=15.96%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876415000.660.200.27318.054949.22
HexBB4096042141B13e3131
Octal273100226010224334766161
Binary10111011100000010010110010000101010011011100111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4096; }

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

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

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

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

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

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

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

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