#BB4694

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

Shades of Mulberry #BB4694

Tints of Mulberry #BB4694

Color information

#BB4694 (or 0xBB4694) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 94. RGB value is (187,70,148). Sum of RGB (Red+Green+Blue) = 187+70+148=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4694 is #44B96B. Grayscale: #717171. Windows color (decimal): -4503916 or 9717435. OLE color: 9717435.

HSL color Cylindrical-coordinate representation of color #BB4694: hue angle of 320º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4694 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18770148-
CMYK00.630.210.27
HSL320º46.25%50.39%-
HSV(B)320º62.57%73.33%-
XYZ28.0317.0829.84-
YUV113.87147.26180.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 70 (27.73% from 255) = 17.28%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=46.17%
G=17.28%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877014800.630.210.2732046.2550.39
HexBB469403F151B1402e32
Octal27310622407725335005662
Binary1011101110001101001010001111111010111011101000000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4694; }

 p { color: rgb(187,70,148); }

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

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

 a { background-color: rgb(187,70,148); }

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

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

 span { border-color: rgb(187,70,148); }

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