#BB518E

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

Shades of Mulberry #BB518E

Tints of Mulberry #BB518E

Color information

#BB518E (or 0xBB518E) is unknown color: approx Mulberry. HEX triplet: BB, 51 and 8E. RGB value is (187,81,142). Sum of RGB (Red+Green+Blue) = 187+81+142=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB518E is #44AE71. Grayscale: #777777. Windows color (decimal): -4501106 or 9327035. OLE color: 9327035.

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

Color convert

RGB18781142-
CMYK00.570.240.27
HSL325.47º43.8%52.55%-
HSV(B)325.47º56.68%73.33%-
XYZ28.3218.427.65-
YUV119.65140.62176.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=45.61%
G=19.76%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878114200.570.240.27325.4743.852.55
HexBB518E039181B1452c35
Octal27312121607130335055465
Binary1011101110100011000111001110011100011011101000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB518E; }

 p { color: rgb(187,81,142); }

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

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

 a { background-color: rgb(187,81,142); }

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

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

 span { border-color: rgb(187,81,142); }

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