#BB5A9F

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

Shades of Mulberry #BB5A9F

Tints of Mulberry #BB5A9F

Color information

#BB5A9F (or 0xBB5A9F) is unknown color: approx Mulberry. HEX triplet: BB, 5A and 9F. RGB value is (187,90,159). Sum of RGB (Red+Green+Blue) = 187+90+159=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A9F is #44A560. Grayscale: #7E7E7E. Windows color (decimal): -4498785 or 10443451. OLE color: 10443451.

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

Color convert

RGB18790159-
CMYK00.520.150.27
HSL317.32º41.63%54.31%-
HSV(B)317.32º51.87%73.33%-
XYZ30.4120.3835.13-
YUV126.87146.14170.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=42.89%
G=20.64%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879015900.520.150.27317.3241.6354.31
HexBB5A9F034F1B13d2a36
Octal27313223706417334755266
Binary101110111011010100111110110100111111011100111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A9F; }

 p { color: rgb(187,90,159); }

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

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

 a { background-color: rgb(187,90,159); }

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

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

 span { border-color: rgb(187,90,159); }

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