#BB5097

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

Shades of Mulberry #BB5097

Tints of Mulberry #BB5097

Color information

#BB5097 (or 0xBB5097) is unknown color: approx Mulberry. HEX triplet: BB, 50 and 97. RGB value is (187,80,151). Sum of RGB (Red+Green+Blue) = 187+80+151=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5097 is #44AF68. Grayscale: #777777. Windows color (decimal): -4501353 or 9916603. OLE color: 9916603.

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

Color convert

RGB18780151-
CMYK00.570.190.27
HSL320.19º44.03%52.35%-
HSV(B)320.19º57.22%73.33%-
XYZ28.9518.5431.33-
YUV120.09145.45175.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 80 (31.64% from 255) = 19.14%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=44.74%
G=19.14%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878015100.570.190.27320.1944.0352.35
HexBB5097039131B1402c34
Octal27312022707123335005464
Binary1011101110100001001011101110011001111011101000000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5097; }

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

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

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

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

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

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

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

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