#BB508D

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

Shades of Mulberry #BB508D

Tints of Mulberry #BB508D

Color information

#BB508D (or 0xBB508D) is unknown color: approx Mulberry. HEX triplet: BB, 50 and 8D. RGB value is (187,80,141). Sum of RGB (Red+Green+Blue) = 187+80+141=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB508D is #44AF72. Grayscale: #767676. Windows color (decimal): -4501363 or 9261243. OLE color: 9261243.

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

Color convert

RGB18780141-
CMYK00.570.250.27
HSL325.79º44.03%52.35%-
HSV(B)325.79º57.22%73.33%-
XYZ28.1718.2327.23-
YUV118.95140.45176.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=45.83%
G=19.61%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878014100.570.250.27325.7944.0352.35
HexBB508D039191B1462c34
Octal27312021507131335065464
Binary1011101110100001000110101110011100111011101000110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB508D; }

 p { color: rgb(187,80,141); }

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

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

 a { background-color: rgb(187,80,141); }

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

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

 span { border-color: rgb(187,80,141); }

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