#BB4D82

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

Shades of Mulberry #BB4D82

Tints of Mulberry #BB4D82

Color information

#BB4D82 (or 0xBB4D82) is unknown color: approx Mulberry. HEX triplet: BB, 4D and 82. RGB value is (187,77,130). Sum of RGB (Red+Green+Blue) = 187+77+130=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D82 is #44B27D. Grayscale: #737373. Windows color (decimal): -4502142 or 8539579. OLE color: 8539579.

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

Color convert

RGB18777130-
CMYK00.590.300.27
HSL331.09º44.72%51.76%-
HSV(B)331.09º58.82%73.33%-
XYZ27.1817.4823.06-
YUV115.93135.94178.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 77 (30.47% from 255) = 19.54%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=47.46%
G=19.54%
B=32.99%

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
Decimal1877713000.590.300.27331.0944.7251.76
HexBB4D8203B1E1B14b2d34
Octal27311520207336335135564
Binary1011101110011011000001001110111111011011101001011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D82; }

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

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

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

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

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

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

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

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