#BB5B8E

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

Shades of Mulberry #BB5B8E

Tints of Mulberry #BB5B8E

Color information

#BB5B8E (or 0xBB5B8E) is unknown color: approx Mulberry. HEX triplet: BB, 5B and 8E. RGB value is (187,91,142). Sum of RGB (Red+Green+Blue) = 187+91+142=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5B8E is #44A471. Grayscale: #7D7D7D. Windows color (decimal): -4498546 or 9329595. OLE color: 9329595.

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

Color convert

RGB18791142-
CMYK00.510.240.27
HSL328.12º41.38%54.51%-
HSV(B)328.12º51.34%73.33%-
XYZ29.122027.92-
YUV125.52137.3171.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=44.52%
G=21.67%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879114200.510.240.27328.1241.3854.51
HexBB5B8E033181B1482937
Octal27313321606330335105167
Binary1011101110110111000111001100111100011011101001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B8E; }

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

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

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

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

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

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

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

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