#BB4A8B

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

Shades of Mulberry #BB4A8B

Tints of Mulberry #BB4A8B

Color information

#BB4A8B (or 0xBB4A8B) is unknown color: approx Mulberry. HEX triplet: BB, 4A and 8B. RGB value is (187,74,139). Sum of RGB (Red+Green+Blue) = 187+74+139=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A8B is #44B574. Grayscale: #737373. Windows color (decimal): -4502901 or 9128635. OLE color: 9128635.

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

Color convert

RGB18774139-
CMYK00.600.260.27
HSL325.49º45.38%51.18%-
HSV(B)325.49º60.43%73.33%-
XYZ27.617.3326.32-
YUV115.2141.44179.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=46.75%
G=18.5%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877413900.600.260.27325.4945.3851.18
HexBB4A8B03C1A1B1452d33
Octal27311221307432335055563
Binary1011101110010101000101101111001101011011101000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A8B; }

 p { color: rgb(187,74,139); }

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

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

 a { background-color: rgb(187,74,139); }

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

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

 span { border-color: rgb(187,74,139); }

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