#BF2BC6

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

Shades of Fuchsia #BF2BC6

Tints of Fuchsia #BF2BC6

Color information

#BF2BC6 (or 0xBF2BC6) is unknown color: approx Fuchsia. HEX triplet: BF, 2B and C6. RGB value is (191,43,198). Sum of RGB (Red+Green+Blue) = 191+43+198=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF2BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BC6 is #40D439. Grayscale: #686868. Windows color (decimal): -4248634 or 12987327. OLE color: 12987327.

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

Color convert

RGB19143198-
CMYK0.040.7800.22
HSL297.29º64.32%47.25%-
HSV(B)297.29º78.28%77.65%-
XYZ32.5416.8854.97-
YUV104.92180.53189.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 43 (17.19% from 255) = 9.95%
BLUE value IS 198 (77.73% from 255) = 45.83%
R=44.21%
G=9.95%
B=45.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191431980.040.7800.22297.2964.3247.25
HexBF2BC644E016129402f
Octal27753306411602645110057
Binary101111111010111100011010010011100101101001010011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2BC6; }

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

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

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

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

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

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

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

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