#BB46A4

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

Shades of Mulberry #BB46A4

Tints of Mulberry #BB46A4

Color information

#BB46A4 (or 0xBB46A4) is unknown color: approx Mulberry. HEX triplet: BB, 46 and A4. RGB value is (187,70,164). Sum of RGB (Red+Green+Blue) = 187+70+164=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB46A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB46A4 is #44B95B. Grayscale: #737373. Windows color (decimal): -4503900 or 10766011. OLE color: 10766011.

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

Color convert

RGB18770164-
CMYK00.630.120.27
HSL311.79º46.25%50.39%-
HSV(B)311.79º62.57%73.33%-
XYZ29.3817.6336.98-
YUV115.7155.26178.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 70 (27.73% from 255) = 16.63%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=44.42%
G=16.63%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877016400.630.120.27311.7946.2550.39
HexBB46A403FC1B1382e32
Octal27310624407714334705662
Binary101110111000110101001000111111110011011100111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB46A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB46A4; }

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

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

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

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

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

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

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

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