#BB44A4

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

Shades of Mulberry #BB44A4

Tints of Mulberry #BB44A4

Color information

#BB44A4 (or 0xBB44A4) is unknown color: approx Mulberry. HEX triplet: BB, 44 and A4. RGB value is (187,68,164). Sum of RGB (Red+Green+Blue) = 187+68+164=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB44A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB44A4 is #44BB5B. Grayscale: #727272. Windows color (decimal): -4504412 or 10765499. OLE color: 10765499.

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

Color convert

RGB18768164-
CMYK00.640.120.27
HSL311.6º46.67%50%-
HSV(B)311.6º63.64%73.33%-
XYZ29.2617.3836.93-
YUV114.52155.92179.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=44.63%
G=16.23%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876816400.640.120.27311.646.6750
HexBB44A4040C1B1382f32
Octal273104244010014334705762
Binary1011101110001001010010001000000110011011100111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB44A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB44A4; }

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

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

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

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

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

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

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

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