#BB4782

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

Shades of Mulberry #BB4782

Tints of Mulberry #BB4782

Color information

#BB4782 (or 0xBB4782) is unknown color: approx Mulberry. HEX triplet: BB, 47 and 82. RGB value is (187,71,130). Sum of RGB (Red+Green+Blue) = 187+71+130=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4782 is #44B87D. Grayscale: #707070. Windows color (decimal): -4503678 or 8538043. OLE color: 8538043.

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

Color convert

RGB18771130-
CMYK00.620.300.27
HSL329.48º46.03%50.59%-
HSV(B)329.48º62.03%73.33%-
XYZ26.7816.6822.93-
YUV112.41137.93181.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 71 (28.12% from 255) = 18.30%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=48.20%
G=18.30%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877113000.620.300.27329.4846.0350.59
HexBB478203E1E1B1492e33
Octal27310720207636335115663
Binary1011101110001111000001001111101111011011101001001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4782; }

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

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

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

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

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

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

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

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