#BB5096

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

Shades of Mulberry #BB5096

Tints of Mulberry #BB5096

Color information

#BB5096 (or 0xBB5096) is unknown color: approx Mulberry. HEX triplet: BB, 50 and 96. RGB value is (187,80,150). Sum of RGB (Red+Green+Blue) = 187+80+150=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5096 is #44AF69. Grayscale: #777777. Windows color (decimal): -4501354 or 9851067. OLE color: 9851067.

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

Color convert

RGB18780150-
CMYK00.570.200.27
HSL320.75º44.03%52.35%-
HSV(B)320.75º57.22%73.33%-
XYZ28.8718.530.9-
YUV119.97144.95175.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=44.84%
G=19.18%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878015000.570.200.27320.7544.0352.35
HexBB5096039141B1412c34
Octal27312022607124335015464
Binary1011101110100001001011001110011010011011101000001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5096; }

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

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

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

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

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

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

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

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