#BB6AC1

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

Shades of Fuchsia #BB6AC1

Tints of Fuchsia #BB6AC1

Color information

#BB6AC1 (or 0xBB6AC1) is unknown color: approx Fuchsia. HEX triplet: BB, 6A and C1. RGB value is (187,106,193). Sum of RGB (Red+Green+Blue) = 187+106+193=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB6AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AC1 is #44953E. Grayscale: #8B8B8B. Windows color (decimal): -4494655 or 12675771. OLE color: 12675771.

HSL color Cylindrical-coordinate representation of color #BB6AC1: hue angle of 295.86º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6AC1 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187106193-
CMYK0.030.4500.24
HSL295.86º41.23%58.63%-
HSV(B)295.86º45.08%75.69%-
XYZ35.2724.7253.37-
YUV140.14157.84161.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 106 (41.80% from 255) = 21.81%
BLUE value IS 193 (75.78% from 255) = 39.71%
R=38.48%
G=21.81%
B=39.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871061930.030.4500.24295.8641.2358.63
HexBB6AC132D018128293b
Octal2731523013550304505173
Binary1011101111010101100000111101101011000100101000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6AC1; }

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

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

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

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

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

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

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

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