#BB449C

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

Shades of Mulberry #BB449C

Tints of Mulberry #BB449C

Color information

#BB449C (or 0xBB449C) is unknown color: approx Mulberry. HEX triplet: BB, 44 and 9C. RGB value is (187,68,156). Sum of RGB (Red+Green+Blue) = 187+68+156=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB449C is #44BB63. Grayscale: #717171. Windows color (decimal): -4504420 or 10241211. OLE color: 10241211.

HSL color Cylindrical-coordinate representation of color #BB449C: hue angle of 315.63º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB449C is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18768156-
CMYK00.640.170.27
HSL315.63º46.67%50%-
HSV(B)315.63º63.64%73.33%-
XYZ28.5617.133.25-
YUV113.61151.92180.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 68 (26.95% from 255) = 16.55%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=45.50%
G=16.55%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876815600.640.170.27315.6346.6750
HexBB449C040111B13c2f32
Octal273104234010021334745762
Binary10111011100010010011100010000001000111011100111100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB449C; }

 p { color: rgb(187,68,156); }

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

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

 a { background-color: rgb(187,68,156); }

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

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

 span { border-color: rgb(187,68,156); }

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