#BB4F8F

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

Shades of Mulberry #BB4F8F

Tints of Mulberry #BB4F8F

Color information

#BB4F8F (or 0xBB4F8F) is unknown color: approx Mulberry. HEX triplet: BB, 4F and 8F. RGB value is (187,79,143). Sum of RGB (Red+Green+Blue) = 187+79+143=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F8F is #44B070. Grayscale: #767676. Windows color (decimal): -4501617 or 9392059. OLE color: 9392059.

HSL color Cylindrical-coordinate representation of color #BB4F8F: hue angle of 324.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F8F is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18779143-
CMYK00.580.240.27
HSL324.44º44.26%52.16%-
HSV(B)324.44º57.75%73.33%-
XYZ28.2518.1428-
YUV118.59141.78176.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=45.72%
G=19.32%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877914300.580.240.27324.4444.2652.16
HexBB4F8F03A181B1442c34
Octal27311721707230335045464
Binary1011101110011111000111101110101100011011101000100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F8F; }

 p { color: rgb(187,79,143); }

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

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

 a { background-color: rgb(187,79,143); }

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

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

 span { border-color: rgb(187,79,143); }

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