#BB6AAB

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

Shades of Fuchsia #BB6AAB

Tints of Fuchsia #BB6AAB

Color information

#BB6AAB (or 0xBB6AAB) is unknown color: approx Fuchsia. HEX triplet: BB, 6A and AB. RGB value is (187,106,171). Sum of RGB (Red+Green+Blue) = 187+106+171=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AAB is #449554. Grayscale: #898989. Windows color (decimal): -4494677 or 11233979. OLE color: 11233979.

HSL color Cylindrical-coordinate representation of color #BB6AAB: hue angle of 311.85º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6AAB is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187106171-
CMYK00.430.090.27
HSL311.85º37.33%57.45%-
HSV(B)311.85º43.32%73.33%-
XYZ3323.8141.39-
YUV137.63146.84163.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=40.30%
G=22.84%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710617100.430.090.27311.8537.3357.45
HexBB6AAB02B91B1382539
Octal27315225305311334704571
Binary101110111101010101010110101011100111011100111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6AAB; }

 p { color: rgb(187,106,171); }

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

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

 a { background-color: rgb(187,106,171); }

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

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

 span { border-color: rgb(187,106,171); }

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