#BB409E

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

Shades of Mulberry #BB409E

Tints of Mulberry #BB409E

Color information

#BB409E (or 0xBB409E) is unknown color: approx Mulberry. HEX triplet: BB, 40 and 9E. RGB value is (187,64,158). Sum of RGB (Red+Green+Blue) = 187+64+158=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB409E is #44BF61. Grayscale: #6F6F6F. Windows color (decimal): -4505442 or 10371259. OLE color: 10371259.

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

Color convert

RGB18764158-
CMYK00.660.160.27
HSL314.15º49%49.22%-
HSV(B)314.15º65.78%73.33%-
XYZ28.516.734.07-
YUV111.49154.25181.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=45.72%
G=15.65%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876415800.660.160.27314.154949.22
HexBB409E042101B13a3131
Octal273100236010220334726161
Binary10111011100000010011110010000101000011011100111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB409E; }

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

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

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

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

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

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

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

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