#BB5893

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

Shades of Mulberry #BB5893

Tints of Mulberry #BB5893

Color information

#BB5893 (or 0xBB5893) is unknown color: approx Mulberry. HEX triplet: BB, 58 and 93. RGB value is (187,88,147). Sum of RGB (Red+Green+Blue) = 187+88+147=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5893 is #44A76C. Grayscale: #7C7C7C. Windows color (decimal): -4499309 or 9656507. OLE color: 9656507.

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

Color convert

RGB18788147-
CMYK00.530.210.27
HSL324.24º42.13%53.92%-
HSV(B)324.24º52.94%73.33%-
XYZ29.2519.6529.86-
YUV124.33140.8172.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=44.31%
G=20.85%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878814700.530.210.27324.2442.1353.92
HexBB5893035151B1442a36
Octal27313022306525335045266
Binary1011101110110001001001101101011010111011101000100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5893; }

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

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

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

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

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

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

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

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