#BB4E8D

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

Shades of Mulberry #BB4E8D

Tints of Mulberry #BB4E8D

Color information

#BB4E8D (or 0xBB4E8D) is unknown color: approx Mulberry. HEX triplet: BB, 4E and 8D. RGB value is (187,78,141). Sum of RGB (Red+Green+Blue) = 187+78+141=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4E8D is #44B172. Grayscale: #757575. Windows color (decimal): -4501875 or 9260731. OLE color: 9260731.

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

Color convert

RGB18778141-
CMYK00.580.250.27
HSL325.32º44.49%51.96%-
HSV(B)325.32º58.29%73.33%-
XYZ28.0317.9427.18-
YUV117.77141.11177.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=46.06%
G=19.21%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877814100.580.250.27325.3244.4951.96
HexBB4E8D03A191B1452c34
Octal27311621507231335055464
Binary1011101110011101000110101110101100111011101000101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E8D; }

 p { color: rgb(187,78,141); }

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

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

 a { background-color: rgb(187,78,141); }

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

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

 span { border-color: rgb(187,78,141); }

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