#BB509A

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

Shades of Mulberry #BB509A

Tints of Mulberry #BB509A

Color information

#BB509A (or 0xBB509A) is unknown color: approx Mulberry. HEX triplet: BB, 50 and 9A. RGB value is (187,80,154). Sum of RGB (Red+Green+Blue) = 187+80+154=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB509A is #44AF65. Grayscale: #787878. Windows color (decimal): -4501350 or 10113211. OLE color: 10113211.

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

Color convert

RGB18780154-
CMYK00.570.180.27
HSL318.5º44.03%52.35%-
HSV(B)318.5º57.22%73.33%-
XYZ29.1918.6432.63-
YUV120.43146.95175.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=44.42%
G=19.00%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878015400.570.180.27318.544.0352.35
HexBB509A039121B13f2c34
Octal27312023207122334775464
Binary1011101110100001001101001110011001011011100111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB509A; }

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

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

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

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

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

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

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

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