#BB4F84

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

Shades of Mulberry #BB4F84

Tints of Mulberry #BB4F84

Color information

#BB4F84 (or 0xBB4F84) is unknown color: approx Mulberry. HEX triplet: BB, 4F and 84. RGB value is (187,79,132). Sum of RGB (Red+Green+Blue) = 187+79+132=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F84 is #44B07B. Grayscale: #757575. Windows color (decimal): -4501628 or 8671163. OLE color: 8671163.

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

Color convert

RGB18779132-
CMYK00.580.290.27
HSL330.56º44.26%52.16%-
HSV(B)330.56º57.75%73.33%-
XYZ27.4517.8223.82-
YUV117.33136.28177.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 79 (31.25% from 255) = 19.85%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=46.98%
G=19.85%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877913200.580.290.27330.5644.2652.16
HexBB4F8403A1D1B14b2c34
Octal27311720407235335135464
Binary1011101110011111000010001110101110111011101001011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F84; }

 p { color: rgb(187,79,132); }

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

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

 a { background-color: rgb(187,79,132); }

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

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

 span { border-color: rgb(187,79,132); }

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