#BB509E

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

Shades of Mulberry #BB509E

Tints of Mulberry #BB509E

Color information

#BB509E (or 0xBB509E) is unknown color: approx Mulberry. HEX triplet: BB, 50 and 9E. RGB value is (187,80,158). Sum of RGB (Red+Green+Blue) = 187+80+158=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB509E is #44AF61. Grayscale: #787878. Windows color (decimal): -4501346 or 10375355. OLE color: 10375355.

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

Color convert

RGB18780158-
CMYK00.570.160.27
HSL316.26º44.03%52.35%-
HSV(B)316.26º57.22%73.33%-
XYZ29.5318.7734.41-
YUV120.88148.95175.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=44%
G=18.82%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878015800.570.160.27316.2644.0352.35
HexBB509E039101B13c2c34
Octal27312023607120334745464
Binary1011101110100001001111001110011000011011100111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB509E; }

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

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

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

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

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

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

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

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