#bb43a0

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

Shades of Mulberry #BB43A0

Tints of Mulberry #BB43A0

Color information

#BB43A0 (or 0xBB43A0) is unknown color: approx Mulberry. HEX triplet: BB, 43 and A0. RGB value is (187,67,160). Sum of RGB (Red+Green+Blue) = 187+67+160=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB43A0 is #44BC5F. Grayscale: #717171. Windows color (decimal): -4504672 or 10503099. OLE color: 10503099.

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

Color convert

RGB18767160-
CMYK00.640.140.27
HSL313.5º47.24%49.8%-
HSV(B)313.5º64.17%73.33%-
XYZ28.8517.1235.04-
YUV113.48154.26180.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 67 (26.56% from 255) = 16.18%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=45.17%
G=16.18%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876716000.640.140.27313.547.2449.8
HexBB43A0040E1B13a2f32
Octal273103240010016334725762
Binary1011101110000111010000001000000111011011100111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb43a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb43a0; }

 p { color: rgb(187,67,160); }

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

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

 a { background-color: rgb(187,67,160); }

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

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

 span { border-color: rgb(187,67,160); }

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