#BB48A0

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

Shades of Mulberry #BB48A0

Tints of Mulberry #BB48A0

Color information

#BB48A0 (or 0xBB48A0) is unknown color: approx Mulberry. HEX triplet: BB, 48 and A0. RGB value is (187,72,160). Sum of RGB (Red+Green+Blue) = 187+72+160=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB48A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB48A0 is #44B75F. Grayscale: #747474. Windows color (decimal): -4503392 or 10504379. OLE color: 10504379.

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

Color convert

RGB18772160-
CMYK00.610.140.27
HSL314.09º45.82%50.78%-
HSV(B)314.09º61.5%73.33%-
XYZ29.1617.7435.14-
YUV116.42152.6178.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=44.63%
G=17.18%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877216000.610.140.27314.0945.8250.78
HexBB48A003DE1B13a2e33
Octal27311024007516334725663
Binary101110111001000101000000111101111011011100111010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB48A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB48A0; }

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

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

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

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

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

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

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

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