#BB41A1

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

Shades of Mulberry #BB41A1

Tints of Mulberry #BB41A1

Color information

#BB41A1 (or 0xBB41A1) is unknown color: approx Mulberry. HEX triplet: BB, 41 and A1. RGB value is (187,65,161). Sum of RGB (Red+Green+Blue) = 187+65+161=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41A1 is #44BE5E. Grayscale: #707070. Windows color (decimal): -4505183 or 10568123. OLE color: 10568123.

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

Color convert

RGB18765161-
CMYK00.650.140.27
HSL312.79º48.41%49.41%-
HSV(B)312.79º65.24%73.33%-
XYZ28.8216.9235.47-
YUV112.42155.42181.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 161 (63.28% from 255) = 38.98%
R=45.28%
G=15.74%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876516100.650.140.27312.7948.4149.41
HexBB41A1041E1B1393031
Octal273101241010116334716061
Binary1011101110000011010000101000001111011011100111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB41A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB41A1; }

 p { color: rgb(187,65,161); }

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

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

 a { background-color: rgb(187,65,161); }

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

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

 span { border-color: rgb(187,65,161); }

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