#BB6ABF

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

Shades of Fuchsia #BB6ABF

Tints of Fuchsia #BB6ABF

Color information

#BB6ABF (or 0xBB6ABF) is unknown color: approx Fuchsia. HEX triplet: BB, 6A and BF. RGB value is (187,106,191). Sum of RGB (Red+Green+Blue) = 187+106+191=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ABF is #449540. Grayscale: #8B8B8B. Windows color (decimal): -4494657 or 12544699. OLE color: 12544699.

HSL color Cylindrical-coordinate representation of color #BB6ABF: hue angle of 297.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6ABF is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187106191-
CMYK0.020.4500.25
HSL297.18º39.91%58.24%-
HSV(B)297.18º44.5%74.9%-
XYZ35.0524.6352.2-
YUV139.91156.84161.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 106 (41.80% from 255) = 21.90%
BLUE value IS 191 (75% from 255) = 39.46%
R=38.64%
G=21.90%
B=39.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871061910.020.4500.25297.1839.9158.24
HexBB6ABF22D019129283a
Octal2731522772550314515072
Binary1011101111010101011111110101101011001100101001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6ABF; }

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

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

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

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

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

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

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

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