#BB5894

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

Shades of Mulberry #BB5894

Tints of Mulberry #BB5894

Color information

#BB5894 (or 0xBB5894) is unknown color: approx Mulberry. HEX triplet: BB, 58 and 94. RGB value is (187,88,148). Sum of RGB (Red+Green+Blue) = 187+88+148=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5894 is #44A76B. Grayscale: #7C7C7C. Windows color (decimal): -4499308 or 9722043. OLE color: 9722043.

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

Color convert

RGB18788148-
CMYK00.530.210.27
HSL323.64º42.13%53.92%-
HSV(B)323.64º52.94%73.33%-
XYZ29.3319.6830.27-
YUV124.44141.3172.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=44.21%
G=20.80%
B=34.99%

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
Decimal1878814800.530.210.27323.6442.1353.92
HexBB5894035151B1442a36
Octal27313022406525335045266
Binary1011101110110001001010001101011010111011101000100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5894; }

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

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

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

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

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

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

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

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