#BF6EC8

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

Shades of Fuchsia #BF6EC8

Tints of Fuchsia #BF6EC8

Color information

#BF6EC8 (or 0xBF6EC8) is unknown color: approx Fuchsia. HEX triplet: BF, 6E and C8. RGB value is (191,110,200). Sum of RGB (Red+Green+Blue) = 191+110+200=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF6EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EC8 is #409137. Grayscale: #909090. Windows color (decimal): -4231480 or 13135551. OLE color: 13135551.

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

Color convert

RGB191110200-
CMYK0.040.4500.22
HSL294º45%60.78%-
HSV(B)294º45%78.43%-
XYZ37.4926.457.76-
YUV144.48159.34161.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 110 (43.36% from 255) = 21.96%
BLUE value IS 200 (78.52% from 255) = 39.92%
R=38.12%
G=21.96%
B=39.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911102000.040.4500.222944560.78
HexBF6EC842D0161262d3d
Octal2771563104550264465575
Binary10111111110111011001000100101101010110100100110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6EC8; }

 p { color: rgb(191,110,200); }

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

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

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

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

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

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

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