#BB5A8A

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

Shades of Mulberry #BB5A8A

Tints of Mulberry #BB5A8A

Color information

#BB5A8A (or 0xBB5A8A) is unknown color: approx Mulberry. HEX triplet: BB, 5A and 8A. RGB value is (187,90,138). Sum of RGB (Red+Green+Blue) = 187+90+138=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A8A is #44A575. Grayscale: #7C7C7C. Windows color (decimal): -4498806 or 9067195. OLE color: 9067195.

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

Color convert

RGB18790138-
CMYK00.520.260.27
HSL330.31º41.63%54.31%-
HSV(B)330.31º51.87%73.33%-
XYZ28.7419.7126.33-
YUV124.48135.64172.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=45.06%
G=21.69%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879013800.520.260.27330.3141.6354.31
HexBB5A8A0341A1B14a2a36
Octal27313221206432335125266
Binary1011101110110101000101001101001101011011101001010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A8A; }

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

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

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

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

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

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

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

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