#BB4695

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

Shades of Mulberry #BB4695

Tints of Mulberry #BB4695

Color information

#BB4695 (or 0xBB4695) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 95. RGB value is (187,70,149). Sum of RGB (Red+Green+Blue) = 187+70+149=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4695 is #44B96A. Grayscale: #717171. Windows color (decimal): -4503915 or 9782971. OLE color: 9782971.

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

Color convert

RGB18770149-
CMYK00.630.200.27
HSL319.49º46.25%50.39%-
HSV(B)319.49º62.57%73.33%-
XYZ28.1117.1230.26-
YUV113.99147.76180.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=46.06%
G=17.24%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877014900.630.200.27319.4946.2550.39
HexBB469503F141B13f2e32
Octal27310622507724334775662
Binary1011101110001101001010101111111010011011100111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4695; }

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

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

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

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

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

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

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

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