#BB40A0

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

Shades of Mulberry #BB40A0

Tints of Mulberry #BB40A0

Color information

#BB40A0 (or 0xBB40A0) is unknown color: approx Mulberry. HEX triplet: BB, 40 and A0. RGB value is (187,64,160). Sum of RGB (Red+Green+Blue) = 187+64+160=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB40A0 is #44BF5F. Grayscale: #6F6F6F. Windows color (decimal): -4505440 or 10502331. OLE color: 10502331.

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

Color convert

RGB18764160-
CMYK00.660.140.27
HSL313.17º49%49.22%-
HSV(B)313.17º65.78%73.33%-
XYZ28.6716.7734.98-
YUV111.72155.25181.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 160 (62.89% from 255) = 38.93%
R=45.50%
G=15.57%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876416000.660.140.27313.174949.22
HexBB40A0042E1B1393131
Octal273100240010216334716161
Binary1011101110000001010000001000010111011011100111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB40A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB40A0; }

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

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

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

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

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

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

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

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