#BB4C88

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

Shades of Mulberry #BB4C88

Tints of Mulberry #BB4C88

Color information

#BB4C88 (or 0xBB4C88) is unknown color: approx Mulberry. HEX triplet: BB, 4C and 88. RGB value is (187,76,136). Sum of RGB (Red+Green+Blue) = 187+76+136=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4C88 is #44B377. Grayscale: #737373. Windows color (decimal): -4502392 or 8932539. OLE color: 8932539.

HSL color Cylindrical-coordinate representation of color #BB4C88: hue angle of 327.57º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4C88 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18776136-
CMYK00.590.270.27
HSL327.57º44.94%51.57%-
HSV(B)327.57º59.36%73.33%-
XYZ27.5217.5125.22-
YUV116.03139.27178.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 136 (53.52% from 255) = 34.09%
R=46.87%
G=19.05%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877613600.590.270.27327.5744.9451.57
HexBB4C8803B1B1B1482d34
Octal27311421007333335105564
Binary1011101110011001000100001110111101111011101001000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4C88; }

 p { color: rgb(187,76,136); }

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

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

 a { background-color: rgb(187,76,136); }

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

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

 span { border-color: rgb(187,76,136); }

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