#BF66C6

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

Shades of Fuchsia #BF66C6

Tints of Fuchsia #BF66C6

Color information

#BF66C6 (or 0xBF66C6) is unknown color: approx Fuchsia. HEX triplet: BF, 66 and C6. RGB value is (191,102,198). Sum of RGB (Red+Green+Blue) = 191+102+198=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF66C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66C6 is #409939. Grayscale: #8B8B8B. Windows color (decimal): -4233530 or 13002431. OLE color: 13002431.

HSL color Cylindrical-coordinate representation of color #BF66C6: hue angle of 295.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF66C6 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191102198-
CMYK0.040.4800.22
HSL295.62º45.71%58.82%-
HSV(B)295.62º48.48%77.65%-
XYZ36.4324.6656.27-
YUV139.55160.99164.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 102 (40.23% from 255) = 20.77%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=38.90%
G=20.77%
B=40.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911021980.040.4800.22295.6245.7158.82
HexBF66C64300161282e3b
Octal2771463064600264505673
Binary10111111110011011000110100110000010110100101000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66C6; }

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

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

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

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

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

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

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

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