#BB47A4

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

Shades of Mulberry #BB47A4

Tints of Mulberry #BB47A4

Color information

#BB47A4 (or 0xBB47A4) is unknown color: approx Mulberry. HEX triplet: BB, 47 and A4. RGB value is (187,71,164). Sum of RGB (Red+Green+Blue) = 187+71+164=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB47A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB47A4 is #44B85B. Grayscale: #747474. Windows color (decimal): -4503644 or 10766267. OLE color: 10766267.

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

Color convert

RGB18771164-
CMYK00.620.120.27
HSL311.9º46.03%50.59%-
HSV(B)311.9º62.03%73.33%-
XYZ29.4517.7537-
YUV116.29154.93178.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 71 (28.12% from 255) = 16.82%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=44.31%
G=16.82%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877116400.620.120.27311.946.0350.59
HexBB47A403EC1B1382e33
Octal27310724407614334705663
Binary101110111000111101001000111110110011011100111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB47A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB47A4; }

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

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

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

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

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

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

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

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