#BB58A3

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

Shades of Mulberry #BB58A3

Tints of Mulberry #BB58A3

Color information

#BB58A3 (or 0xBB58A3) is unknown color: approx Mulberry. HEX triplet: BB, 58 and A3. RGB value is (187,88,163). Sum of RGB (Red+Green+Blue) = 187+88+163=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB58A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB58A3 is #44A75C. Grayscale: #7D7D7D. Windows color (decimal): -4499293 or 10705083. OLE color: 10705083.

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

Color convert

RGB18788163-
CMYK00.530.130.27
HSL314.55º42.13%53.92%-
HSV(B)314.55º52.94%73.33%-
XYZ30.5920.1936.93-
YUV126.15148.8171.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 88 (34.77% from 255) = 20.09%
BLUE value IS 163 (64.06% from 255) = 37.21%
R=42.69%
G=20.09%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878816300.530.130.27314.5542.1353.92
HexBB58A3035D1B13b2a36
Octal27313024306515334735266
Binary101110111011000101000110110101110111011100111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB58A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB58A3; }

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

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

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

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

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

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

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

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