#BB6ABA

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

Shades of Fuchsia #BB6ABA

Tints of Fuchsia #BB6ABA

Color information

#BB6ABA (or 0xBB6ABA) is unknown color: approx Fuchsia. HEX triplet: BB, 6A and BA. RGB value is (187,106,186). Sum of RGB (Red+Green+Blue) = 187+106+186=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ABA is #449545. Grayscale: #8B8B8B. Windows color (decimal): -4494662 or 12217019. OLE color: 12217019.

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

Color convert

RGB187106186-
CMYK00.430.010.27
HSL300.74º37.33%57.45%-
HSV(B)300.74º43.32%73.33%-
XYZ34.5124.4249.35-
YUV139.34154.34162-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 106 (41.80% from 255) = 22.13%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=39.04%
G=22.13%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710618600.430.010.27300.7437.3357.45
HexBB6ABA02B11B12d2539
Octal2731522720531334554571
Binary101110111101010101110100101011111011100101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6ABA; }

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

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

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

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

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

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

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

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