#BB45A1

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

Shades of Mulberry #BB45A1

Tints of Mulberry #BB45A1

Color information

#BB45A1 (or 0xBB45A1) is unknown color: approx Mulberry. HEX triplet: BB, 45 and A1. RGB value is (187,69,161). Sum of RGB (Red+Green+Blue) = 187+69+161=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB45A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB45A1 is #44BA5E. Grayscale: #727272. Windows color (decimal): -4504159 or 10569147. OLE color: 10569147.

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

Color convert

RGB18769161-
CMYK00.630.140.27
HSL313.22º46.46%50.2%-
HSV(B)313.22º63.1%73.33%-
XYZ29.0517.3935.54-
YUV114.77154.09179.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 69 (27.34% from 255) = 16.55%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=44.84%
G=16.55%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876916100.630.140.27313.2246.4650.2
HexBB45A103FE1B1392e32
Octal27310524107716334715662
Binary101110111000101101000010111111111011011100111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB45A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB45A1; }

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

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

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

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

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

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

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

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