#BB4BA1

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

Shades of Mulberry #BB4BA1

Tints of Mulberry #BB4BA1

Color information

#BB4BA1 (or 0xBB4BA1) is unknown color: approx Mulberry. HEX triplet: BB, 4B and A1. RGB value is (187,75,161). Sum of RGB (Red+Green+Blue) = 187+75+161=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4BA1 is #44B45E. Grayscale: #767676. Windows color (decimal): -4502623 or 10570683. OLE color: 10570683.

HSL color Cylindrical-coordinate representation of color #BB4BA1: hue angle of 313.93º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4BA1 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18775161-
CMYK00.600.140.27
HSL313.93º45.16%51.37%-
HSV(B)313.93º59.89%73.33%-
XYZ29.4418.1735.67-
YUV118.29152.11177.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=44.21%
G=17.73%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877516100.600.140.27313.9345.1651.37
HexBB4BA103CE1B13a2d33
Octal27311324107416334725563
Binary101110111001011101000010111100111011011100111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4BA1; }

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

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

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

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

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

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

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

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