#BB43A4

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

Shades of Mulberry #BB43A4

Tints of Mulberry #BB43A4

Color information

#BB43A4 (or 0xBB43A4) is unknown color: approx Mulberry. HEX triplet: BB, 43 and A4. RGB value is (187,67,164). Sum of RGB (Red+Green+Blue) = 187+67+164=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB43A4 is #44BC5B. Grayscale: #717171. Windows color (decimal): -4504668 or 10765243. OLE color: 10765243.

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

Color convert

RGB18767164-
CMYK00.640.120.27
HSL311.5º47.24%49.8%-
HSV(B)311.5º64.17%73.33%-
XYZ29.217.2636.91-
YUV113.94156.26180.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 67 (26.56% from 255) = 16.03%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=44.74%
G=16.03%
B=39.23%

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
Decimal1876716400.640.120.27311.547.2449.8
HexBB43A4040C1B1382f32
Octal273103244010014334705762
Binary1011101110000111010010001000000110011011100111000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB43A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB43A4; }

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

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

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

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

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

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

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

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