#BB4AAA

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

Shades of Fuchsia #BB4AAA

Tints of Fuchsia #BB4AAA

Color information

#BB4AAA (or 0xBB4AAA) is unknown color: approx Fuchsia. HEX triplet: BB, 4A and AA. RGB value is (187,74,170). Sum of RGB (Red+Green+Blue) = 187+74+170=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4AAA is #44B555. Grayscale: #767676. Windows color (decimal): -4502870 or 11160251. OLE color: 11160251.

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

Color convert

RGB18774170-
CMYK00.600.090.27
HSL309.03º45.38%51.18%-
HSV(B)309.03º60.43%73.33%-
XYZ30.218.3639.98-
YUV118.73156.94176.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=43.39%
G=17.17%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877417000.600.090.27309.0345.3851.18
HexBB4AAA03C91B1352d33
Octal27311225207411334655563
Binary101110111001010101010100111100100111011100110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4AAA; }

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

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

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

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

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

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

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

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