#bf66bf

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

Shades of Fuchsia #BF66BF

Tints of Fuchsia #BF66BF

Color information

#BF66BF (or 0xBF66BF) is unknown color: approx Fuchsia. HEX triplet: BF, 66 and BF. RGB value is (191,102,191). Sum of RGB (Red+Green+Blue) = 191+102+191=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF66BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66BF is #409940. Grayscale: #8A8A8A. Windows color (decimal): -4233537 or 12543679. OLE color: 12543679.

HSL color Cylindrical-coordinate representation of color #BF66BF: hue angle of 300º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF66BF is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191102191-
CMYK00.4700.25
HSL300º41.01%57.45%-
HSV(B)300º46.6%74.9%-
XYZ35.6424.3452.11-
YUV138.76157.49165.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 102 (40.23% from 255) = 21.07%
BLUE value IS 191 (75% from 255) = 39.46%
R=39.46%
G=21.07%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110219100.4700.2530041.0157.45
HexBF66BF02F01912c2939
Octal2771462770570314545171
Binary101111111100110101111110101111011001100101100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf66bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf66bf; }

 p { color: rgb(191,102,191); }

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

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

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

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

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

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

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