#BB5E8D

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

Shades of Mulberry #BB5E8D

Tints of Mulberry #BB5E8D

Color information

#BB5E8D (or 0xBB5E8D) is unknown color: approx Mulberry. HEX triplet: BB, 5E and 8D. RGB value is (187,94,141). Sum of RGB (Red+Green+Blue) = 187+94+141=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E8D is #44A172. Grayscale: #7F7F7F. Windows color (decimal): -4497779 or 9264827. OLE color: 9264827.

HSL color Cylindrical-coordinate representation of color #BB5E8D: hue angle of 329.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E8D is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18794141-
CMYK00.500.250.27
HSL329.68º40.61%55.1%-
HSV(B)329.68º49.73%73.33%-
XYZ29.320.4927.61-
YUV127.16135.81170.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=44.31%
G=22.27%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879414100.500.250.27329.6840.6155.1
HexBB5E8D032191B14a2937
Octal27313621506231335125167
Binary1011101110111101000110101100101100111011101001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5E8D; }

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

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

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

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

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

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

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

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