#BB5A93

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

Shades of Mulberry #BB5A93

Tints of Mulberry #BB5A93

Color information

#BB5A93 (or 0xBB5A93) is unknown color: approx Mulberry. HEX triplet: BB, 5A and 93. RGB value is (187,90,147). Sum of RGB (Red+Green+Blue) = 187+90+147=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A93 is #44A56C. Grayscale: #7D7D7D. Windows color (decimal): -4498797 or 9657019. OLE color: 9657019.

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

Color convert

RGB18790147-
CMYK00.520.210.27
HSL324.74º41.63%54.31%-
HSV(B)324.74º51.87%73.33%-
XYZ29.4219.9829.91-
YUV125.5140.14171.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=44.10%
G=21.23%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879014700.520.210.27324.7441.6354.31
HexBB5A93034151B1452a36
Octal27313222306425335055266
Binary1011101110110101001001101101001010111011101000101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A93; }

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

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

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

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

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

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

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

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