#BB4C82

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

Shades of Mulberry #BB4C82

Tints of Mulberry #BB4C82

Color information

#BB4C82 (or 0xBB4C82) is unknown color: approx Mulberry. HEX triplet: BB, 4C and 82. RGB value is (187,76,130). Sum of RGB (Red+Green+Blue) = 187+76+130=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4C82 is #44B37D. Grayscale: #737373. Windows color (decimal): -4502398 or 8539323. OLE color: 8539323.

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

Color convert

RGB18776130-
CMYK00.590.300.27
HSL330.81º44.94%51.57%-
HSV(B)330.81º59.36%73.33%-
XYZ27.1117.3523.04-
YUV115.34136.27179.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=47.58%
G=19.34%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877613000.590.300.27330.8144.9451.57
HexBB4C8203B1E1B14b2d34
Octal27311420207336335135564
Binary1011101110011001000001001110111111011011101001011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4C82; }

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

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

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

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

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

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

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

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