#BB4291

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

Shades of Mulberry #BB4291

Tints of Mulberry #BB4291

Color information

#BB4291 (or 0xBB4291) is unknown color: approx Mulberry. HEX triplet: BB, 42 and 91. RGB value is (187,66,145). Sum of RGB (Red+Green+Blue) = 187+66+145=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4291 is #44BD6E. Grayscale: #6E6E6E. Windows color (decimal): -4504943 or 9519803. OLE color: 9519803.

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

Color convert

RGB18766145-
CMYK00.650.220.27
HSL320.83º47.83%49.61%-
HSV(B)320.83º64.71%73.33%-
XYZ27.5516.5128.52-
YUV111.18147.09182.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 66 (26.17% from 255) = 16.58%
BLUE value IS 145 (57.03% from 255) = 36.43%
R=46.98%
G=16.58%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876614500.650.220.27320.8347.8349.61
HexBB4291041161B1413032
Octal273102221010126335016062
Binary10111011100001010010001010000011011011011101000001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4291; }

 p { color: rgb(187,66,145); }

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

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

 a { background-color: rgb(187,66,145); }

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

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

 span { border-color: rgb(187,66,145); }

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