#BB4294

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

Shades of Mulberry #BB4294

Tints of Mulberry #BB4294

Color information

#BB4294 (or 0xBB4294) is unknown color: approx Mulberry. HEX triplet: BB, 42 and 94. RGB value is (187,66,148). Sum of RGB (Red+Green+Blue) = 187+66+148=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4294 is #44BD6B. Grayscale: #6F6F6F. Windows color (decimal): -4504940 or 9716411. OLE color: 9716411.

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

Color convert

RGB18766148-
CMYK00.650.210.27
HSL319.34º47.83%49.61%-
HSV(B)319.34º64.71%73.33%-
XYZ27.7916.629.76-
YUV111.53148.59181.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=46.63%
G=16.46%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876614800.650.210.27319.3447.8349.61
HexBB4294041151B13f3032
Octal273102224010125334776062
Binary10111011100001010010100010000011010111011100111111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4294; }

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

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

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

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

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

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

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

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