#BB4AAC

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

Shades of Fuchsia #BB4AAC

Tints of Fuchsia #BB4AAC

Color information

#BB4AAC (or 0xBB4AAC) is unknown color: approx Fuchsia. HEX triplet: BB, 4A and AC. RGB value is (187,74,172). Sum of RGB (Red+Green+Blue) = 187+74+172=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4AAC is #44B553. Grayscale: #767676. Windows color (decimal): -4502868 or 11291323. OLE color: 11291323.

HSL color Cylindrical-coordinate representation of color #BB4AAC: hue angle of 307.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4AAC is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18774172-
CMYK00.600.080.27
HSL307.96º45.38%51.18%-
HSV(B)307.96º60.43%73.33%-
XYZ30.3918.4440.99-
YUV118.96157.94176.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 74 (29.30% from 255) = 17.09%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=43.19%
G=17.09%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877417200.600.080.27307.9645.3851.18
HexBB4AAC03C81B1342d33
Octal27311225407410334645563
Binary101110111001010101011000111100100011011100110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4AAC; }

 p { color: rgb(187,74,172); }

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

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

 a { background-color: rgb(187,74,172); }

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

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

 span { border-color: rgb(187,74,172); }

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