#BF69C6

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

Shades of Fuchsia #BF69C6

Tints of Fuchsia #BF69C6

Color information

#BF69C6 (or 0xBF69C6) is unknown color: approx Fuchsia. HEX triplet: BF, 69 and C6. RGB value is (191,105,198). Sum of RGB (Red+Green+Blue) = 191+105+198=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF69C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69C6 is #409639. Grayscale: #8D8D8D. Windows color (decimal): -4232762 or 13003199. OLE color: 13003199.

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

Color convert

RGB191105198-
CMYK0.040.4700.22
HSL295.48º44.93%59.41%-
HSV(B)295.48º46.97%77.65%-
XYZ36.7325.2656.37-
YUV141.32159.99163.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 198 (77.73% from 255) = 40.08%
R=38.66%
G=21.26%
B=40.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911051980.040.4700.22295.4844.9359.41
HexBF69C642F0161272d3b
Octal2771513064570264475573
Binary10111111110100111000110100101111010110100100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69C6; }

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

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

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

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

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

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

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

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