#BB478A

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

Shades of Mulberry #BB478A

Tints of Mulberry #BB478A

Color information

#BB478A (or 0xBB478A) is unknown color: approx Mulberry. HEX triplet: BB, 47 and 8A. RGB value is (187,71,138). Sum of RGB (Red+Green+Blue) = 187+71+138=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB478A is #44B875. Grayscale: #717171. Windows color (decimal): -4503670 or 9062331. OLE color: 9062331.

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

Color convert

RGB18771138-
CMYK00.620.260.27
HSL325.34º46.03%50.59%-
HSV(B)325.34º62.03%73.33%-
XYZ27.3316.9125.87-
YUV113.32141.93180.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 71 (28.12% from 255) = 17.93%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=47.22%
G=17.93%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877113800.620.260.27325.3446.0350.59
HexBB478A03E1A1B1452e33
Octal27310721207632335055663
Binary1011101110001111000101001111101101011011101000101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB478A; }

 p { color: rgb(187,71,138); }

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

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

 a { background-color: rgb(187,71,138); }

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

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

 span { border-color: rgb(187,71,138); }

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