#BB4F94

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

Shades of Mulberry #BB4F94

Tints of Mulberry #BB4F94

Color information

#BB4F94 (or 0xBB4F94) is unknown color: approx Mulberry. HEX triplet: BB, 4F and 94. RGB value is (187,79,148). Sum of RGB (Red+Green+Blue) = 187+79+148=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F94 is #44B06B. Grayscale: #767676. Windows color (decimal): -4501612 or 9719739. OLE color: 9719739.

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

Color convert

RGB18779148-
CMYK00.580.210.27
HSL321.67º44.26%52.16%-
HSV(B)321.67º57.75%73.33%-
XYZ28.6318.2930.04-
YUV119.16144.28176.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 79 (31.25% from 255) = 19.08%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=45.17%
G=19.08%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877914800.580.210.27321.6744.2652.16
HexBB4F9403A151B1422c34
Octal27311722407225335025464
Binary1011101110011111001010001110101010111011101000010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F94; }

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

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

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

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

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

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

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

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