#BB4384

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

Shades of Mulberry #BB4384

Tints of Mulberry #BB4384

Color information

#BB4384 (or 0xBB4384) is unknown color: approx Mulberry. HEX triplet: BB, 43 and 84. RGB value is (187,67,132). Sum of RGB (Red+Green+Blue) = 187+67+132=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4384 is #44BC7B. Grayscale: #6E6E6E. Windows color (decimal): -4504700 or 8668091. OLE color: 8668091.

HSL color Cylindrical-coordinate representation of color #BB4384: hue angle of 327.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 #BB4384 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18767132-
CMYK00.640.290.27
HSL327.5º47.24%49.8%-
HSV(B)327.5º64.17%73.33%-
XYZ26.6716.2523.56-
YUV110.29140.26182.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 67 (26.56% from 255) = 17.36%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=48.45%
G=17.36%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876713200.640.290.27327.547.2449.8
HexBB43840401D1B1482f32
Octal273103204010035335105762
Binary10111011100001110000100010000001110111011101001000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4384; }

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

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

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

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

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

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

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

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