#BB5B8D

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

Shades of Mulberry #BB5B8D

Tints of Mulberry #BB5B8D

Color information

#BB5B8D (or 0xBB5B8D) is unknown color: approx Mulberry. HEX triplet: BB, 5B and 8D. RGB value is (187,91,141). Sum of RGB (Red+Green+Blue) = 187+91+141=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5B8D is #44A472. Grayscale: #7D7D7D. Windows color (decimal): -4498547 or 9264059. OLE color: 9264059.

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

Color convert

RGB18791141-
CMYK00.510.250.27
HSL328.75º41.38%54.51%-
HSV(B)328.75º51.34%73.33%-
XYZ29.0419.9727.52-
YUV125.4136.8171.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 91 (35.94% from 255) = 21.72%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=44.63%
G=21.72%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879114100.510.250.27328.7541.3854.51
HexBB5B8D033191B1492937
Octal27313321506331335115167
Binary1011101110110111000110101100111100111011101001001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B8D; }

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

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

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

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

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

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

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

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