#BB449F

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

Shades of Mulberry #BB449F

Tints of Mulberry #BB449F

Color information

#BB449F (or 0xBB449F) is unknown color: approx Mulberry. HEX triplet: BB, 44 and 9F. RGB value is (187,68,159). Sum of RGB (Red+Green+Blue) = 187+68+159=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB449F is #44BB60. Grayscale: #717171. Windows color (decimal): -4504417 or 10437819. OLE color: 10437819.

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

Color convert

RGB18768159-
CMYK00.640.150.27
HSL314.12º46.67%50%-
HSV(B)314.12º63.64%73.33%-
XYZ28.8217.234.6-
YUV113.96153.42180.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 68 (26.95% from 255) = 16.43%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=45.17%
G=16.43%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876815900.640.150.27314.1246.6750
HexBB449F040F1B13a2f32
Octal273104237010017334725762
Binary1011101110001001001111101000000111111011100111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB449F; }

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

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

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

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

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

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

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

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