#BB4297

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

Shades of Mulberry #BB4297

Tints of Mulberry #BB4297

Color information

#BB4297 (or 0xBB4297) is unknown color: approx Mulberry. HEX triplet: BB, 42 and 97. RGB value is (187,66,151). Sum of RGB (Red+Green+Blue) = 187+66+151=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4297 is #44BD68. Grayscale: #6F6F6F. Windows color (decimal): -4504937 or 9913019. OLE color: 9913019.

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

Color convert

RGB18766151-
CMYK00.650.190.27
HSL317.85º47.83%49.61%-
HSV(B)317.85º64.71%73.33%-
XYZ28.0316.731.02-
YUV111.87150.09181.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=46.29%
G=16.34%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876615100.650.190.27317.8547.8349.61
HexBB4297041131B13e3032
Octal273102227010123334766062
Binary10111011100001010010111010000011001111011100111110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4297; }

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

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

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

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

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

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

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

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