#BF6BC2

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

Shades of Fuchsia #BF6BC2

Tints of Fuchsia #BF6BC2

Color information

#BF6BC2 (or 0xBF6BC2) is unknown color: approx Fuchsia. HEX triplet: BF, 6B and C2. RGB value is (191,107,194). Sum of RGB (Red+Green+Blue) = 191+107+194=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF6BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BC2 is #40943D. Grayscale: #8D8D8D. Windows color (decimal): -4232254 or 12741567. OLE color: 12741567.

HSL color Cylindrical-coordinate representation of color #BF6BC2: hue angle of 297.93º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6BC2 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191107194-
CMYK0.020.4500.24
HSL297.93º41.63%59.02%-
HSV(B)297.93º44.85%76.08%-
XYZ36.4825.4954.04-
YUV142.03157.33162.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 194 (76.17% from 255) = 39.43%
R=38.82%
G=21.75%
B=39.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911071940.020.4500.24297.9341.6359.02
HexBF6BC222D01812a2a3b
Octal2771533022550304525273
Binary1011111111010111100001010101101011000100101010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BC2; }

 p { color: rgb(191,107,194); }

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

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

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

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

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

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

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