#BB40A3

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

Shades of Mulberry #BB40A3

Tints of Mulberry #BB40A3

Color information

#BB40A3 (or 0xBB40A3) is unknown color: approx Mulberry. HEX triplet: BB, 40 and A3. RGB value is (187,64,163). Sum of RGB (Red+Green+Blue) = 187+64+163=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB40A3 is #44BF5C. Grayscale: #6F6F6F. Windows color (decimal): -4505437 or 10698939. OLE color: 10698939.

HSL color Cylindrical-coordinate representation of color #BB40A3: hue angle of 311.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB40A3 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18764163-
CMYK00.660.130.27
HSL311.71º49%49.22%-
HSV(B)311.71º65.78%73.33%-
XYZ28.9416.8836.38-
YUV112.06156.75181.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 64 (25.39% from 255) = 15.46%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=45.17%
G=15.46%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876416300.660.130.27311.714949.22
HexBB40A3042D1B1383131
Octal273100243010215334706161
Binary1011101110000001010001101000010110111011100111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB40A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB40A3; }

 p { color: rgb(187,64,163); }

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

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

 a { background-color: rgb(187,64,163); }

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

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

 span { border-color: rgb(187,64,163); }

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