#BB4890

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

Shades of Mulberry #BB4890

Tints of Mulberry #BB4890

Color information

#BB4890 (or 0xBB4890) is unknown color: approx Mulberry. HEX triplet: BB, 48 and 90. RGB value is (187,72,144). Sum of RGB (Red+Green+Blue) = 187+72+144=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4890 is #44B76F. Grayscale: #727272. Windows color (decimal): -4503408 or 9455803. OLE color: 9455803.

HSL color Cylindrical-coordinate representation of color #BB4890: hue angle of 322.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4890 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18772144-
CMYK00.610.230.27
HSL322.43º45.82%50.78%-
HSV(B)322.43º61.5%73.33%-
XYZ27.8417.2128.24-
YUV114.59144.6179.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=46.40%
G=17.87%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877214400.610.230.27322.4345.8250.78
HexBB489003D171B1422e33
Octal27311022007527335025663
Binary1011101110010001001000001111011011111011101000010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4890; }

 p { color: rgb(187,72,144); }

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

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

 a { background-color: rgb(187,72,144); }

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

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

 span { border-color: rgb(187,72,144); }

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