#bf6bc8

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

Shades of Fuchsia #BF6BC8

Tints of Fuchsia #BF6BC8

Color information

#BF6BC8 (or 0xBF6BC8) is unknown color: approx Fuchsia. HEX triplet: BF, 6B and C8. RGB value is (191,107,200). Sum of RGB (Red+Green+Blue) = 191+107+200=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF6BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BC8 is #409437. Grayscale: #8E8E8E. Windows color (decimal): -4232248 or 13134783. OLE color: 13134783.

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

Color convert

RGB191107200-
CMYK0.040.4600.22
HSL294.19º45.81%60.2%-
HSV(B)294.19º46.5%78.43%-
XYZ37.1725.7657.66-
YUV142.72160.33162.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 107 (42.19% from 255) = 21.49%
BLUE value IS 200 (78.52% from 255) = 40.16%
R=38.35%
G=21.49%
B=40.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911072000.040.4600.22294.1945.8160.2
HexBF6BC842E0161262e3c
Octal2771533104560264465674
Binary10111111110101111001000100101110010110100100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6bc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6bc8; }

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

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

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

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

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

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

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

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