#BF6DC5

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

Shades of Fuchsia #BF6DC5

Tints of Fuchsia #BF6DC5

Color information

#BF6DC5 (or 0xBF6DC5) is unknown color: approx Fuchsia. HEX triplet: BF, 6D and C5. RGB value is (191,109,197). Sum of RGB (Red+Green+Blue) = 191+109+197=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF6DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DC5 is #40923A. Grayscale: #8F8F8F. Windows color (decimal): -4231739 or 12938687. OLE color: 12938687.

HSL color Cylindrical-coordinate representation of color #BF6DC5: hue angle of 295.91º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6DC5 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191109197-
CMYK0.030.4500.23
HSL295.91º43.14%60%-
HSV(B)295.91º44.67%77.25%-
XYZ37.0326.0455.9-
YUV143.55158.17161.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 197 (77.34% from 255) = 39.64%
R=38.43%
G=21.93%
B=39.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911091970.030.4500.23295.9143.1460
HexBF6DC532D0171282b3c
Octal2771553053550274505374
Binary1011111111011011100010111101101010111100101000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DC5; }

 p { color: rgb(191,109,197); }

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

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

 a { background-color: rgb(191,109,197); }

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

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

 span { border-color: rgb(191,109,197); }

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